Add git version of libnsbmp. This is actually needed as netsurf from git is crashing with the 0.0.3 release.

This commit is contained in:
Adrien Destugues
2012-11-07 16:19:08 +00:00
parent 96b3099cbf
commit bfe12d9c54

View File

@@ -0,0 +1,19 @@
DESCRIPTION="Libnsbmp is a decoding library for BMP and ICO image file formats"
HOMEPAGE="http://www.netsurf-browser.org/projects/libnsbmp/"
SRC_URI="git://git.netsurf-browser.org/libnsbmp.git"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/buildsystem >= 0"
BUILD {
cd libnsbmp-0.0.3-HEAD
make PREFIX=/boot/common
}
INSTALL {
cd libnsbmp-0.0.3-HEAD
make install PREFIX=/boot/common
}
LICENSE="MIT"
COPYRIGHT="2003 - 2012 The NetSurf Developers"