Files
haikuports/media-libs/libnsgif/libnsgif-0.1.0_HEAD.recipe
2013-12-07 02:00:02 +01:00

22 lines
470 B
Plaintext

DESCRIPTION="Libnsgif is a decoding library for the GIF image file format"
HOMEPAGE="http://www.netsurf-browser.org/projects/libnsgif/"
SRC_URI="git://git.netsurf-browser.org/libnsgif.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/buildsystem >= 0.0.1"
BUILD()
{
cd libnsgif-0.1.0-HEAD
make PREFIX=/boot/common
}
INSTALL()
{
cd libnsgif-0.1.0-HEAD
make install PREFIX=/boot/common
}
LICENSE="MIT"
COPYRIGHT="2004 Richard Wilson, 2008 - 2013 Sean Fox"