xorg_sgml_doctools, new recipe

This commit is contained in:
begasus
2018-07-11 21:45:57 +02:00
committed by waddlesplash
parent 512c41dada
commit 11b1aee42d

View File

@@ -0,0 +1,47 @@
SUMMARY="A common set of SGML entities and XML/CSS style sheets"
DESCRIPTION="This package provides a common set of SGML entities and XML/CSS \
style sheets used in building/formatting the documentation provided in other \
X.Org packages. It's typically only needed by people building from \
source who want to produce formatted documentation from their builds, \
or those who have installed the HTML version of the documentation, \
which refers to the included common xorg.css stylesheet."
HOMEPAGE="https://www.x.org/releases/individual/doc/
https://xorg.freedesktop.org/releases/individual/proto/"
COPYRIGHT="2010 Oracle and/or its affiliates
2005 Red Hat, Inc."
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://www.x.org/releases/individual/doc/xorg-sgml-doctools-$portVersion.tar.bz2"
CHECKSUM_SHA256="e71ce1df82dcc51eb14be6f42171dcc6bdd11ef46c0c605d6da8af12bd73b74c"
SOURCE_DIR="xorg-sgml-doctools-$portVersion"
ARCHITECTURES="any"
PROVIDES="
xorg_sgml_doctools = $portVersion
devel:xorg_sgml_doctools = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
devel:util_macros
cmd:awk
cmd:gcc
cmd:make
cmd:pkg_config
"
BUILD()
{
runConfigure ./configure
}
INSTALL()
{
make install
}