Files
haikuports/app-crypt/gnupg/gnupg-1.4.11.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

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."