opensp: needs docbook-xsl to build.
This commit is contained in:
parent
3857e9e1a4
commit
18466cc214
1 changed files with 8 additions and 10 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'opensp'
|
# Template file for 'opensp'
|
||||||
pkgname=opensp
|
pkgname=opensp
|
||||||
version=1.5.2
|
version=1.5.2
|
||||||
|
revision=3
|
||||||
wrksrc="OpenSP-${version}"
|
wrksrc="OpenSP-${version}"
|
||||||
distfiles="${SOURCEFORGE_SITE}/openjade/OpenSP-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-http --enable-default-catalog=/usr/share/sgml/catalog"
|
configure_args="--enable-http --enable-default-catalog=/usr/share/sgml/catalog"
|
||||||
revision=3
|
makedepends="xmlto docbook-xsl"
|
||||||
makedepends="xmlto"
|
|
||||||
fulldepends="xmlcatmgr"
|
fulldepends="xmlcatmgr"
|
||||||
short_desc="SGML parser, successor to "sp""
|
subpackages="opensp-devel"
|
||||||
|
keep_libtool_archives=yes
|
||||||
|
sgml_entries="CATALOG /usr/share/OpenSP/catalog --"
|
||||||
|
short_desc="SGML parser, successor to sp"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://openjade.sourceforge.net/"
|
homepage="http://openjade.sourceforge.net/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/openjade/OpenSP-$version.tar.gz"
|
||||||
checksum=57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce
|
checksum=57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce
|
||||||
long_desc="
|
long_desc="
|
||||||
This package is a collection of SGML/XML tools called OpenSP. It is a fork
|
This package is a collection of SGML/XML tools called OpenSP. It is a fork
|
||||||
|
@ -19,12 +22,7 @@ long_desc="
|
||||||
|
|
||||||
These tools are used to parse, validate, and normalize SGML and XML files.
|
These tools are used to parse, validate, and normalize SGML and XML files.
|
||||||
The central programs included in this package are 'onsgmls', which replaces
|
The central programs included in this package are 'onsgmls', which replaces
|
||||||
sgmls, 'ospam', 'ospent', 'osgmlnorm', and 'osx'. "
|
sgmls, 'ospam', 'ospent', 'osgmlnorm', and 'osx'."
|
||||||
|
|
||||||
keep_libtool_archives=yes
|
|
||||||
subpackages="opensp-devel"
|
|
||||||
export sgml_entries="CATALOG /usr/share/OpenSP/catalog --"
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Some programs expect 'nsgmls'... make it a symlink.
|
# Some programs expect 'nsgmls'... make it a symlink.
|
||||||
|
|
Loading…
Reference in a new issue