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 /extra/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 'extra/libvisual/Pkgfile')
-rwxr-xr-x | extra/libvisual/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/libvisual/Pkgfile b/extra/libvisual/Pkgfile deleted file mode 100755 index dfb23db10..000000000 --- a/extra/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: 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 -} - |