diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:10:01 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-06 23:10:01 +0100 |
commit | 2f752c4d40f5c98e59dd9888f40eced5adcb1775 (patch) | |
tree | b288477bc2d4f55aeb536303c7f0704009ff7033 /base/libffi/Pkgfile | |
parent | a7f498765635473d2c3b4b685c7474a19693cb01 (diff) | |
download | nutyx-extra-2f752c4d40f5c98e59dd9888f40eced5adcb1775.tar.gz nutyx-extra-2f752c4d40f5c98e59dd9888f40eced5adcb1775.tar.bz2 nutyx-extra-2f752c4d40f5c98e59dd9888f40eced5adcb1775.tar.xz nutyx-extra-2f752c4d40f5c98e59dd9888f40eced5adcb1775.zip |
libffi, déplacé dans base
Diffstat (limited to 'base/libffi/Pkgfile')
-rwxr-xr-x | base/libffi/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/base/libffi/Pkgfile b/base/libffi/Pkgfile new file mode 100755 index 000000000..120559bd7 --- /dev/null +++ b/base/libffi/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie fournissant une interface de programmation +# URL: http://www.remotesensing.org/libtiff/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libffi +version=3.0.8 +release=1 +source=( ftp://sourceware.org/pub/$name/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm $PKG/usr/share/info/dir +} |