diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 22:57:31 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 22:57:31 +0100 |
commit | 1a1a41e9705a4b0843b0acecf62426c14c09b6fe (patch) | |
tree | 4626db8a0812743b7ac2764f460ba508f39d4d04 /base/libelf/Pkgfile | |
parent | 32ca7dc981ff2407e9c55ee6848dc38750e2fd87 (diff) | |
download | nutyx-extra-1a1a41e9705a4b0843b0acecf62426c14c09b6fe.tar.gz nutyx-extra-1a1a41e9705a4b0843b0acecf62426c14c09b6fe.tar.bz2 nutyx-extra-1a1a41e9705a4b0843b0acecf62426c14c09b6fe.tar.xz nutyx-extra-1a1a41e9705a4b0843b0acecf62426c14c09b6fe.zip |
libelf, déplacé dans base
Diffstat (limited to 'base/libelf/Pkgfile')
-rwxr-xr-x | base/libelf/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/base/libelf/Pkgfile b/base/libelf/Pkgfile new file mode 100755 index 000000000..e5e4747fb --- /dev/null +++ b/base/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.10 +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 +} |