summaryrefslogtreecommitdiffstats
path: root/libffi/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/Pkgfile')
-rwxr-xr-xlibffi/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/libffi/Pkgfile b/libffi/Pkgfile
new file mode 100755
index 000000000..9e8db6f0d
--- /dev/null
+++ b/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.9
+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
+}