summaryrefslogtreecommitdiffstats
path: root/extra/gnutls/Pkgfile
blob: 91dfceda06a210cc210ce98afec5e443b616e0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description:  Librairie fournissant une couche de securite aux dessus d'une couche de transport
# URL: http://www.gnu.org/software/gnutls/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libgcrypt, lzo
# Run on: libgcrypt,lzo

name=gnutls
version=2.8.6
release=1
source=(ftp://ftp.gnutls.org/pub/$name/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr \
	--with-zlib \
	--disable-guile
	make
	make DESTDIR=$PKG install
	rm $PKG/usr/share/info/dir
}