diff options
Diffstat (limited to 'extra/gnupg1/Pkgfile')
-rw-r--r-- | extra/gnupg1/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/gnupg1/Pkgfile b/extra/gnupg1/Pkgfile index 2cc1af1a1..b59f81737 100644 --- a/extra/gnupg1/Pkgfile +++ b/extra/gnupg1/Pkgfile @@ -2,15 +2,17 @@ # URL: http://www.gnupg.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: +# Depends on: bzip2,libusb, curl name=gnupg1 version=1.4.9 release=1 -source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2) +source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2\ + buildfix.patch) build() { cd gnupg-$version + patch -Np0 -i ../buildfix.patch ./configure --prefix=/usr \ --libexecdir=/usr/lib make |