mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix names of recipe files that were non-parsable
This commit is contained in:
20
dev-libs/libgpg_error/libgpg_error-1.7
Normal file
20
dev-libs/libgpg_error/libgpg_error-1.7
Normal file
@@ -0,0 +1,20 @@
|
||||
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=`finddir B_COMMON_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libgpg-error-1.7
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user