summaryrefslogtreecommitdiffstats
path: root/libelf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libelf/Pkgfile')
-rwxr-xr-xlibelf/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/libelf/Pkgfile b/libelf/Pkgfile
new file mode 100755
index 000000000..0c8ae89bb
--- /dev/null
+++ b/libelf/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+}