mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
22 lines
470 B
Plaintext
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"
|