summaryrefslogtreecommitdiffstats
path: root/extra/libffi/Pkgfile
blob: 7737d6ddcd0e92648cd95c7450ad49f8fbadc524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Librairie fournissant une interface de programmation 
# URL: http://www.remotesensing.org/libtiff/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: 

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
}