Merge pull request #1034 from k00mi/gpg-bzip
gnupg{,2}: Build with bzip2 compression.
This commit is contained in:
commit
c448260284
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'gnupg'
|
# Template file for 'gnupg'
|
||||||
pkgname=gnupg
|
pkgname=gnupg
|
||||||
version=1.4.18
|
version=1.4.18
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --enable-threads=posix --enable-noexecstack gnupg_cv_regex_broken=no"
|
configure_args="--disable-rpath --enable-threads=posix --enable-noexecstack gnupg_cv_regex_broken=no"
|
||||||
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel>=6.3 libusb-compat-devel"
|
makedepends="bzip2-devel zlib-devel libldap-devel libcurl-devel readline-devel>=6.3 libusb-compat-devel"
|
||||||
short_desc="The GNU Privacy Guard"
|
short_desc="The GNU Privacy Guard"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnupg2'
|
# Template file for 'gnupg2'
|
||||||
pkgname=gnupg2
|
pkgname=gnupg2
|
||||||
version=2.1.2
|
version=2.1.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="gnupg-${version}"
|
wrksrc="gnupg-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin
|
configure_args="--sbindir=/usr/bin
|
||||||
|
@ -12,7 +12,7 @@ configure_args="--sbindir=/usr/bin
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel>=6.3
|
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel>=6.3
|
||||||
libusb-compat-devel libgpg-error-devel>=1.15 libgcrypt-devel libassuan-devel
|
libusb-compat-devel libgpg-error-devel>=1.15 libgcrypt-devel libassuan-devel
|
||||||
libksba-devel npth-devel gnutls-devel"
|
libksba-devel npth-devel gnutls-devel bzip2-devel"
|
||||||
depends="pinentry"
|
depends="pinentry"
|
||||||
short_desc="The GNU Privacy Guard"
|
short_desc="The GNU Privacy Guard"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue