mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
27 lines
500 B
Plaintext
27 lines
500 B
Plaintext
DESCRIPTION="C/C++ library for PDF generation"
|
|
HOMEPAGE="http://www.libharu.org/"
|
|
SRC_URI="http://libharu.org/files/libharu-2.1.0.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="app-arch/zlib >= 1.25
|
|
media-libs/libpng >= 1.2.44"
|
|
CHECKSUM_MD5="0623b8fb08ae1b28af08b2cdbd66b662"
|
|
BUILD()
|
|
{
|
|
cd libharu-2.1.0
|
|
libtoolize --force --install --copy
|
|
aclocal
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libharu-2.1.0
|
|
make install
|
|
}
|
|
|
|
#LICENSE=""
|
|
#COPYRIGHT=""
|