gnupg: remove long_desc.
This commit is contained in:
parent
07ee2c1d32
commit
ea9d7d2b61
1 changed files with 3 additions and 12 deletions
|
@ -1,22 +1,13 @@
|
||||||
# Template file for 'gnupg'
|
# Template file for 'gnupg'
|
||||||
pkgname=gnupg
|
pkgname=gnupg
|
||||||
version=1.4.16
|
version=1.4.16
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --enable-threads=posix
|
configure_args="--disable-rpath --enable-threads=posix --enable-noexecstack gnupg_cv_regex_broken=no"
|
||||||
--enable-noexecstack gnupg_cv_regex_broken=no"
|
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel libusb-compat-devel"
|
||||||
makedepends="zlib-devel libldap-devel libcurl-devel readline-devel
|
|
||||||
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"
|
||||||
homepage="http://www.gnupg.org/"
|
homepage="http://www.gnupg.org/"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${version}.tar.bz2"
|
||||||
checksum=7b3b748e6aaa338092a0b26b1730cd9355765b55e3684f58dd70f9a1b00f4a2f
|
checksum=7b3b748e6aaa338092a0b26b1730cd9355765b55e3684f58dd70f9a1b00f4a2f
|
||||||
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."
|
|
||||||
|
|
Loading…
Reference in a new issue