Files
haikuports/app-crypt/gnupg/gnupg-1.4.10.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.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."