Files
haikuports/dev-libs/libgcrypt/libgcrypt-1.4.5.bep
2010-05-16 19:28:03 +00:00

21 lines
461 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=/boot/common
make
}
INSTALL {
cd libgcrypt-1.4.5
make install
}
LICENSE="GNU LGPL v3"
COPYRIGHT="2000-2010 Free Software Foundation, Inc."