Files
haikuports/media-libs/giflib/giflib-4.1.6.bep
Cian Duffy 0120b70d81 URL was to the Sourceforge redirector, this no longer works. Linked to a
direct link. This port is quite out of date, may look at it later.
2012-12-13 22:34:29 +00:00

26 lines
639 B
Plaintext

DESCRIPTION="giflib - A library for processing GIFs"
HOMEPAGE="http://sourceforge.net/projects/giflib/"
SRC_URI="http://freefr.dl.sourceforge.net/project/giflib/giflib-4.x/giflib-4.1.6/giflib-4.1.6.tar.gz"
CHECKSUM_MD5="7125644155ae6ad33dbc9fc15a14735f"
REVISION="3"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd giflib-4.1.6
sed -i 's#gl/gl.h#GL/gl.h#' configure.ac
sed -i 's#gl.gl.h#GL/gl.h#' lib/dev2gif.c
libtoolize --force --copy --install
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd giflib-4.1.6
make install
}
LICENSE="MIT"
COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi"