23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
34 lines
1.3 KiB
Text
34 lines
1.3 KiB
Text
# Template file for 'gnupg'
|
|
pkgname=gnupg
|
|
version=1.4.10
|
|
revision=1
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-rpath --enable-threads=posix --enable-noexecstack"
|
|
short_desc="The GNU Privacy Guard"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a2907f4432d67894e425e48ae85785dd60ecb01658c9682bcd96f5e91043bb38
|
|
long_desc="
|
|
GnuPG is the GNU project's complete and free implementation of the OpenPGP
|
|
standard as defined by RFC4880 . GnuPG allows to encrypt and sign your data
|
|
and communication, features a versatile key managment system as well as
|
|
access modules for all kind of public key directories. GnuPG, also known as
|
|
GPG, is a command line tool with features for easy integration with other
|
|
applications. A wealth of frontend applications and libraries are available."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency run bzip2
|
|
Add_dependency run libldap
|
|
Add_dependency run libcurl
|
|
Add_dependency run readline
|
|
Add_dependency run libusb-compat
|
|
|
|
Add_dependency build gettext
|
|
Add_dependency build texinfo
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build bzip2-devel
|
|
Add_dependency build libldap-devel
|
|
Add_dependency build libcurl-devel
|
|
Add_dependency build readline-devel
|
|
Add_dependency build libusb-compat-devel
|