mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 11:10:07 +02:00
20 lines
435 B
Plaintext
20 lines
435 B
Plaintext
DESCRIPTION="DevIL image library"
|
|
HOMEPAGE="http://openil.sourceforge.net/"
|
|
SRC_URI="http://www.bedrivers.com/DevIL-1.7.8.tar.gz"
|
|
REVISION="1"
|
|
CHECKSUM_MD5="7918f215524589435e5ec2e8736d5e1d"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND="jasper, lcms, libmng, openexr, pkg-config, tiff"
|
|
BUILD {
|
|
cd devil-1.7.8
|
|
libtoolize --force --copy --install
|
|
autoreconf -i
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd devil-1.7.8
|
|
make install
|
|
}
|