mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 07:10:05 +02:00
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
29 lines
727 B
Plaintext
29 lines
727 B
Plaintext
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"
|