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