mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
26
media-libs/libharu/libharu-2.1.0.recipe
Normal file
26
media-libs/libharu/libharu-2.1.0.recipe
Normal file
@@ -0,0 +1,26 @@
|
||||
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=""
|
||||
Reference in New Issue
Block a user