summaryrefslogtreecommitdiffstats
path: root/extra/libvisual/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:41:50 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:41:50 +0200
commit0b5f0715c6a098eb833fe632bc8260024539ca9d (patch)
tree10a0f75ca4d6a40ac76797c7e7ae1fe7a09a0d23 /extra/libvisual/Pkgfile
parent5ed9d71a72eceb2c7c06c26cbfe4ee37244dac7e (diff)
downloadnutyx-pakxe-0b5f0715c6a098eb833fe632bc8260024539ca9d.tar.gz
nutyx-pakxe-0b5f0715c6a098eb833fe632bc8260024539ca9d.tar.bz2
nutyx-pakxe-0b5f0715c6a098eb833fe632bc8260024539ca9d.tar.xz
nutyx-pakxe-0b5f0715c6a098eb833fe632bc8260024539ca9d.zip
Ajout de libvisual#0.4.0-1
Diffstat (limited to 'extra/libvisual/Pkgfile')
-rwxr-xr-xextra/libvisual/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/libvisual/Pkgfile b/extra/libvisual/Pkgfile
new file mode 100755
index 000000000..dfb23db10
--- /dev/null
+++ b/extra/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: glibc
+
+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
+}
+