summaryrefslogtreecommitdiffstats
path: root/extra/libelf/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:28:09 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:28:09 +0200
commitd755e19b1fd26bc36113f68bd0778f3a3f5691fc (patch)
tree991a0a308d5ba3a50723813726967530361c4ef2 /extra/libelf/Pkgfile
parent383db1aa8fa85dd635cc12119d49bf5f3a3387b0 (diff)
downloadnutyx-pakxe-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.tar.gz
nutyx-pakxe-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.tar.bz2
nutyx-pakxe-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.tar.xz
nutyx-pakxe-d755e19b1fd26bc36113f68bd0778f3a3f5691fc.zip
libelf dans extra
Diffstat (limited to 'extra/libelf/Pkgfile')
-rwxr-xr-xextra/libelf/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/libelf/Pkgfile b/extra/libelf/Pkgfile
new file mode 100755
index 000000000..0c8ae89bb
--- /dev/null
+++ b/extra/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
+}