mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
xorg_sgml_doctools, new recipe
This commit is contained in:
47
x11-doc/xorg_sgml_doctools/xorg_sgml_doctools-1.11.recipe
Normal file
47
x11-doc/xorg_sgml_doctools/xorg_sgml_doctools-1.11.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user