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

23 lines
481 B
Plaintext

DESCRIPTION="libgcrypt"
HOMEPAGE="http://directory.fsf.org/project/libgcrypt/"
SRC_URI="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.4.5.tar.gz"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND="dev-libs/libgpg-error"
BUILD()
{
cd libgcrypt-1.4.5
libtoolize --force --copy --install
autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd libgcrypt-1.4.5
make install
}
LICENSE="GNU LGPL v3"
COPYRIGHT="2000-2010 Free Software Foundation, Inc."