Files
haikuports/dev-libs/libgcrypt/libgcrypt-1.5.0.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

27 lines
673 B
Plaintext

DESCRIPTION="libgcrypt"
HOMEPAGE="http://directory.fsf.org/project/libgcrypt/"
SRC_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0.tar.bz2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/libgpg-error > 1.8"
CHECKSUM_MD5="693f9c64d50c908bc4d6e01da3ff76d8"
BUILD()
{
cd libgcrypt-1.5.0
libtoolize --force --copy --install
autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \
--enable-shared --enable-static
make
}
INSTALL()
{
cd libgcrypt-1.5.0
make install
}
LICENSE="GNU LGPL v3"
COPYRIGHT="2000-2010 Free Software Foundation, Inc."