summaryrefslogtreecommitdiffstats
path: root/base/libvisual/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:41:59 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:41:59 +0200
commitc095be33c3bbd7174be9f82e250095a65a1d4495 (patch)
tree104083251d763cdd72435d813d5075cd11fab446 /base/libvisual/Pkgfile
parent92a1a5efa66bfe46c8e7c8bcab57c5a59f62fd05 (diff)
downloadnutyx-pakxe-c095be33c3bbd7174be9f82e250095a65a1d4495.tar.gz
nutyx-pakxe-c095be33c3bbd7174be9f82e250095a65a1d4495.tar.bz2
nutyx-pakxe-c095be33c3bbd7174be9f82e250095a65a1d4495.tar.xz
nutyx-pakxe-c095be33c3bbd7174be9f82e250095a65a1d4495.zip
libvisual dans extra
Diffstat (limited to 'base/libvisual/Pkgfile')
-rwxr-xr-xbase/libvisual/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/libvisual/Pkgfile b/base/libvisual/Pkgfile
deleted file mode 100755
index d131f06fa..000000000
--- a/base/libvisual/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}
-