mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
23 lines
470 B
Plaintext
23 lines
470 B
Plaintext
DESCRIPTION="LibWapcaplet is a string internment library"
|
|
HOMEPAGE="http://www.netsurf-browser.org/projects/libwapcaplet/"
|
|
SRC_URI="git://git.netsurf-browser.org/libwapcaplet.git"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="dev-util/buildsystem >= 0"
|
|
|
|
BUILD()
|
|
{
|
|
cd libwapcaplet-0.1.1-HEAD
|
|
make PREFIX=/boot/common
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libwapcaplet-0.1.1-HEAD
|
|
make install PREFIX=/boot/common
|
|
}
|
|
|
|
LICENSE="MIT
|
|
GNU GPL v2"
|
|
COPYRIGHT="2003 - 2012 The NetSurf Developers"
|