Added gnupg-1.4.10 build template.
This commit is contained in:
parent
78b2cec27b
commit
e4e0e3725b
1 changed files with 33 additions and 0 deletions
33
srcpkgs/gnupg/template
Normal file
33
srcpkgs/gnupg/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'gnupg'
|
||||
pkgname=gnupg
|
||||
version=1.4.10
|
||||
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 curl-libs
|
||||
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 curl-devel
|
||||
Add_dependency build readline-devel
|
||||
Add_dependency build libusb-compat-devel
|
Loading…
Reference in a new issue