mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
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:
19
media-libs/libnsbmp/libnsbmp-0.0.3-HEAD.bep
Normal file
19
media-libs/libnsbmp/libnsbmp-0.0.3-HEAD.bep
Normal 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"
|
||||||
Reference in New Issue
Block a user