mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
21 lines
477 B
Plaintext
21 lines
477 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."
|