mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
30
media-libs/loadpng/loadpng-1.5.recipe
Normal file
30
media-libs/loadpng/loadpng-1.5.recipe
Normal file
@@ -0,0 +1,30 @@
|
||||
DESCRIPTION="loadpng is some glue that makes it easy to use libpng to load and save bitmaps from Allegro programs."
|
||||
HOMEPAGE="http://tjaden.strangesoft.net/loadpng/"
|
||||
SRC_URI="http://tjaden.strangesoft.net/loadpng/loadpng-1.5.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="media-libs/allegro >= 4.4
|
||||
media-libs/libpng >=1.2"
|
||||
MESSAGE="This might not build with libpng >= 1.4"
|
||||
CHECKSUM_MD5="5e9ecdf1762c3fca47477bf0263b96ba"
|
||||
BUILD()
|
||||
{
|
||||
cd loadpng-1.5
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd loadpng-1.5
|
||||
if [ -n ${DESTDIR} ];then
|
||||
mkdir -p ${DESTDIR}/boot/common/lib
|
||||
mkdir -p ${DESTDIR}/boot/common/include
|
||||
make install DESTDIR=${DESTDIR}
|
||||
else
|
||||
make install
|
||||
fi
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="1997-2004 Psyk Software."
|
||||
Reference in New Issue
Block a user