Files
haikuports/media-libs/libnsgif/libnsgif-0.0.3.bep
2012-11-07 15:39:09 +00:00

19 lines
403 B
Plaintext

DESCRIPTION="Libnsgif is a decoding library for the GIF image file format"
HOMEPAGE="http://www.netsurf-browser.org/projects/libnsgif/"
SRC_URI="http://download.netsurf-browser.org/libs/releases/libnsgif-0.0.3-src.tar.gz"
REVISION="1"
STATUS_HAIKU="stable"
BUILD {
cd libnsgif-0.0.3
make
}
INSTALL {
cd libnsgif-0.0.3
make install
}
LICENSE="MIT"
COPYRIGHT="2003 - 2012 The NetSurf Developers"