summaryrefslogtreecommitdiffstats
path: root/base/libelf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/libelf/Pkgfile')
-rwxr-xr-xbase/libelf/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/base/libelf/Pkgfile b/base/libelf/Pkgfile
deleted file mode 100755
index 0c8ae89bb..000000000
--- a/base/libelf/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Contient librairie audio
-# URL: http://xiph.org/ao/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=libelf
-version=0.8.13
-release=1
-source=( http://www.mr511.de/software/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --enable-shared \
- --enable-gnu-names \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make
- make prefix=$PKG/usr install
- rm -rf $PKG/usr/share
-}