Removed --sysconfdir option in a lot of build files in base Added preservestaticlibs option in base/argp-standalone Fixed CFLAGS variable in base/{file,grep} Fixed build options in base/gstreamer Fixed LDFLAGS variable in base/less Removed CFLAGS variable in base/libarchive Multiple build option fixes in base/nasm
31 lines
689 B
Text
Executable file
31 lines
689 B
Text
Executable file
app=gnupg2
|
|
version=2.2.20
|
|
build=1sml
|
|
homepage="https://gnupg.org/"
|
|
download="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-$version.tar.bz2"
|
|
desc="The GNU Privacy Guard version 2.x"
|
|
requires="bzip2 sqlite libassuan readline libksba libusb gnutls npth"
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf gnupg-$version
|
|
|
|
tar xf $srcdir/gnupg-$version.tar.?z*
|
|
cd gnupg-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix="" \
|
|
--sbindir=/bin
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
f73470e4e17bf634e8cc5d680492df21a166c0b1b6ad352c4c0115e7f95c7347bed07b662d0a52ac201f86681db6deeb01b3fda81120f3326d51fe604ff12916 gnupg-2.2.20.tar.lz
|
|
"
|