summaryrefslogtreecommitdiffstats
path: root/base/libvisual/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:34:59 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:34:59 +0100
commitf6adde6983b1c8d7c6ef8f623d9349c1852ec35c (patch)
tree1e23241a1f711d063cd092ff67652e9eb1535b5d /base/libvisual/Pkgfile
parentfb896d9837cb5d04fef04c29d059a0087c2af6cc (diff)
downloadnutyx-pakxe-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.tar.gz
nutyx-pakxe-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.tar.bz2
nutyx-pakxe-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.tar.xz
nutyx-pakxe-f6adde6983b1c8d7c6ef8f623d9349c1852ec35c.zip
libvisual, déplacé dans base
Diffstat (limited to 'base/libvisual/Pkgfile')
-rwxr-xr-xbase/libvisual/Pkgfile18
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
+}
+