mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
initial .bep file for libpng-1.4.1
This commit is contained in:
19
media-libs/libpng/libpng-1.4.1.bep
Normal file
19
media-libs/libpng/libpng-1.4.1.bep
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
DESCRIPTION="libpng"
|
||||||
|
HOMEPAGE="http://www.libpng.org"
|
||||||
|
SRC_URI="ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.1.tar.gz"
|
||||||
|
CHECKSUM_MD5="fa0b2a84733463f90d3ac9f43ccafabc"
|
||||||
|
REVISION="1"
|
||||||
|
STATUS_HAIKU="stable"
|
||||||
|
DEPEND=""
|
||||||
|
BUILD {
|
||||||
|
cd libpng-1.4.1
|
||||||
|
libtoolize --force --copy
|
||||||
|
./autogen.sh
|
||||||
|
./configure --prefix=/boot/common
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL {
|
||||||
|
cd libpng-1.4.1
|
||||||
|
make install
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user