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