diff options
Diffstat (limited to 'base/libvisual/Pkgfile')
-rwxr-xr-x | base/libvisual/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/base/libvisual/Pkgfile b/base/libvisual/Pkgfile new file mode 100755 index 000000000..d131f06fa --- /dev/null +++ b/base/libvisual/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour plugin audio visuel +# URL: http://localhost.nl/~synap/libvisual/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: + +name=libvisual +version=0.4.0 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |