summaryrefslogtreecommitdiffstats
path: root/gnutls/Pkgfile
blob: 05c9738c8526244f2d88dc43930b7a586e6638c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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, libtasn1, nettle, p11-kit
# Run on: libgcrypt,lzo,libtasn1,nettle,p11-kit

name=gnutls
version=3.0.12
release=1
source=(ftp://ftp.gnutls.org/pub/$name/$name-$version.tar.xz
	fix-parallel-build.patch)

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