mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
20 lines
447 B
Plaintext
20 lines
447 B
Plaintext
DESCRIPTION="LibCSS is a CSS (Cascading Style Sheet) parser and selection engine"
|
|
HOMEPAGE="http://www.netsurf-browser.org/projects/libcss/"
|
|
SRC_URI="git://git.netsurf-browser.org/libcss.git"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="dev-libs/libparserutils >= 0.1.1"
|
|
|
|
BUILD {
|
|
cd libcss-0.2.0-HEAD
|
|
make PREFIX=/boot/common
|
|
}
|
|
|
|
INSTALL {
|
|
cd libcss-0.2.0-HEAD
|
|
make install PREFIX=/boot/common
|
|
}
|
|
|
|
LICENSE="MIT"
|
|
COPYRIGHT="2007 - 2013 J-M Bell"
|