mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
24 lines
505 B
Plaintext
24 lines
505 B
Plaintext
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement."
|
|
HOMEPAGE="http://www.gnupg.org/"
|
|
SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.11.tar.bz2"
|
|
CHECKSUM_MD5="411744e1ef8ce90b87938c4203f001f1"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd gnupg-1.4.11
|
|
libtoolize --force --copy --install
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd gnupg-1.4.11
|
|
make install
|
|
}
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1998-2010 Free Software Foundation, Inc."
|