1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
8 url="https://sourceforge.net/projects/libvisual/"
10 depends=('glibc' 'sdl12-compat')
11 source=(https://github.com/Libvisual/libvisual/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
12 sha256sums=('63085fd9835c42c9399ea6bb13a7ebd4b1547ace75c4595ce8e9759512bd998a')
15 cd ${pkgname}-${pkgver}
16 ./configure --prefix=/usr
21 cd ${pkgname}-${pkgver}
22 make DESTDIR="${pkgdir}" install