mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix names of recipe files that were non-parsable
This commit is contained in:
28
dev-libs/libgpg_error/libgpg_error-1.10
Normal file
28
dev-libs/libgpg_error/libgpg_error-1.10
Normal file
@@ -0,0 +1,28 @@
|
||||
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.10.tar.bz2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="gettext = 0.18.1.1-dev"
|
||||
CHECKSUM_MD5="736a03daa9dc5873047d4eb4a9c22a16"
|
||||
BUILD()
|
||||
{
|
||||
cd libgpg-error-1.10
|
||||
cd po
|
||||
touch t-cs.gmo t-de.gmo t-fr.gmo t-it.gmo t-nl.gmo \
|
||||
t-pl.gmo t-ro.gmo t-sv.gmo t-vi.gmo t-zh_CN.gmo
|
||||
cd ..
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--datarootdir=`finddir B_COMMON_DATA_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd libgpg-error-1.10
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2010 g10 Code GmbH"
|
||||
Reference in New Issue
Block a user