n/gnupg: Renamed from gnupg2.

slackware-14.2
Damien Goutte-Gattat 2017-08-09 15:34:20 +02:00
parent d7c086ed8b
commit 49bb275319
5 changed files with 15 additions and 14 deletions

View File

@ -22,7 +22,7 @@
#
# Contact: Damien Goutte-Gattat <dgouttegattat@incenp.org>
#
# Latest gnupg sourcecode is available at: <http://www.gnupg.org/>.
# Latest gnupg sourcecode is available at: <https://www.gnupg.org/>.
#
# Depends: l/npth, l/libgcrypt, l/libassuan, l/libksba
@ -34,7 +34,7 @@ ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2}
WGET=${WGET:-https://www.gnupg.org/ftp/gcrypt/gnupg/$ARCHIVE}
# Build infos
NAMEPKG=${NAMEPKG:-gnupg2}
NAMEPKG=${NAMEPKG:-gnupg}
BUILD=${BUILD:-1GGD}
ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')}
JOBS=${JOBS:-1}
@ -98,6 +98,7 @@ CXXFLAGS=$CPUOPT \
--docdir=/usr/doc/$NAMEPKG-$PKGVERSION \
--enable-wks-tools \
--disable-dependency-tracking \
--enable-gpg2-is-gpg \
--build=$ARCH-slackware-linux
make -j $JOBS
make install-strip DESTDIR=$PKG

12
n/gnupg/slack-desc Normal file
View File

@ -0,0 +1,12 @@
|-----handy-ruler-----------------------------------------------------|
gnupg: gnupg (The GNU Privacy Guard version 2.1)
gnupg:
gnupg: GnuPG is GNU's tool for secure communication and data storage. It
gnupg: can be used to encrypt data and to create digital signatures. It
gnupg: includes an advanced key management facility and is compliant with
gnupg: the OpenPGP Internet standard as described in RFC4880 and the S/MIME
gnupg: standard as described by several RFCs.
gnupg:
gnupg: GnuPG 2.1 is the modern version of GnuPG integrating support for
gnupg: OpenPGP and S/MIME.
gnupg:

View File

@ -1,12 +0,0 @@
|-----handy-ruler-----------------------------------------------------|
gnupg2: gnupg2 (The GNU Privacy Guard version 2.1)
gnupg2:
gnupg2: GnuPG is GNU's tool for secure communication and data storage. It can
gnupg2: be used to encrypt data and to create digital signatures. It includes
gnupg2: an advanced key management facility and is compliant with the proposed
gnupg2: OpenPGP Internet standard as described in RFC2440 and the S/MIME
gnupg2: standard as described by several RFCs.
gnupg2:
gnupg2: GnuPG 2.1 is the modern version of GnuPG integrating support for
gnupg2: OpenPGP and S/MIME. It does not conflict with an installed 1.4.x
gnupg2: OpenPGP-only version.