mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
32 lines
940 B
Plaintext
32 lines
940 B
Plaintext
SUMMARY="GnuPG is the GNU project's free implementation of the OpenPGP standard."
|
|
DESCRIPTION="
|
|
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 management system as well as \
|
|
access modules for all kinds of public key directories. GnuPG, also known as \
|
|
GPG, is a command line tool with features for easy integration with other \
|
|
applications.
|
|
"
|
|
HOMEPAGE="http://www.gnupg.org/"
|
|
SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.10.tar.bz2"
|
|
CHECKSUM_MD5="dcf7ed712997888d616e029637bfc303"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd gnupg-1.4.10
|
|
libtoolize --force --copy --install
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd gnupg-1.4.10
|
|
make install
|
|
}
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1998-2009 Free Software Foundation, Inc."
|