summaryrefslogtreecommitdiffstats
path: root/extra/gnupg1/Pkgfile
blob: 4e950c929aa663036fa51d04455a30759378d8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: GNU gardien des donnees privees
# URL: 	http://www.gnupg.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libusb, curl

name=gnupg1
version=1.4.9
release=1
source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2\
	http://nutyx.meticul.eu/files/patchs/$name/buildfix.patch)

build() {
	cd gnupg-$version
	patch -Np0 -i ../buildfix.patch
	./configure --prefix=/usr \
	--libexecdir=/usr/lib
	make
	make DESTDIR=$PKG install
	rm $PKG/usr/share/info/dir
}