diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:34:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:34:59 +0100 |
commit | f6adde6983b1c8d7c6ef8f623d9349c1852ec35c (patch) | |
tree | 1e23241a1f711d063cd092ff67652e9eb1535b5d /base/libvisual/Pkgfile | |
parent | fb896d9837cb5d04fef04c29d059a0087c2af6cc (diff) | |
download | nutyx-extra-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.tar.gz nutyx-extra-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.tar.bz2 nutyx-extra-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.tar.xz nutyx-extra-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.zip |
libvisual, déplacé dans base
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 +} + |