mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Update libpng to 1.4.4, but so far it fails to build with gcc2 and gcc4.
This commit is contained in:
24
media-libs/libpng/libpng-1.4.4.bep
Normal file
24
media-libs/libpng/libpng-1.4.4.bep
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION="libpng"
|
||||
HOMEPAGE="http://www.libpng.org"
|
||||
COPYRIGHT="1998-2010 Glenn Randers-Pehrson
|
||||
1996-1997 Andreas Dilger
|
||||
1995-1996 Guy Eric Schalnat, Group 42, Inc."
|
||||
LICENSE="LIBPNG"
|
||||
|
||||
SRC_URI="ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.4.tar.gz"
|
||||
CHECKSUM_MD5="297b38f925e745061489b41b1f7c4bb1"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libpng-1.4.4
|
||||
libtoolize --force --copy
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libpng-1.4.4
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user