diff --git a/x11-doc/xorg_sgml_doctools/xorg_sgml_doctools-1.11.recipe b/x11-doc/xorg_sgml_doctools/xorg_sgml_doctools-1.11.recipe new file mode 100644 index 000000000..eeec1cf61 --- /dev/null +++ b/x11-doc/xorg_sgml_doctools/xorg_sgml_doctools-1.11.recipe @@ -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 +}