Files
haikuports/media-libs/devil/devil-1.7.8.bep

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
}