Initial .bep files for libgpg-error and libgcrypt.

This commit is contained in:
Scott McCreary
2010-04-27 05:18:02 +00:00
parent 2314c1cc85
commit 4939bf4666
6 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION="libgpg-error"
HOMEPAGE="http://www.gnupg.org/related_software/libraries.en.html#lib-libgpg-error"
SRC_URI="ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.7.tar.bz2"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
CHECKSUM_MD5="62c0d09d1e76c5b6da8fff92314c4665"
BUILD {
cd libgpg-error-1.7
autoreconf -vfi -Im4
./configure --prefix=/boot/common
make
}
INSTALL {
cd libgpg-error-1.7
make install
}