opensp: rebuild for metadata
This commit is contained in:
parent
f3abc1e765
commit
02c606a399
1 changed files with 4 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'opensp'
|
||||
pkgname=opensp
|
||||
version=1.5.2
|
||||
revision=7
|
||||
revision=8
|
||||
wrksrc="OpenSP-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-http --enable-default-catalog=/usr/share/sgml/catalog"
|
||||
hostmakedepends="automake gettext-devel xmlto libtool"
|
||||
makedepends="docbook-xsl xmlcatmgr"
|
||||
depends="xmlcatmgr"
|
||||
sgml_entries="CATALOG /usr/share/OpenSP/catalog --"
|
||||
short_desc="SGML parser, successor to sp"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="X11"
|
||||
homepage="http://openjade.sourceforge.net/"
|
||||
license="MIT"
|
||||
distfiles="${SOURCEFORGE_SITE}/openjade/OpenSP-$version.tar.gz"
|
||||
checksum=57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce
|
||||
sgml_entries="CATALOG /usr/share/OpenSP/catalog --"
|
||||
|
||||
keep_libtool_archives=yes
|
||||
|
||||
|
@ -23,6 +23,7 @@ pre_configure() {
|
|||
}
|
||||
post_install() {
|
||||
ln -s onsgmls ${DESTDIR}/usr/bin/nsgmls
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
opensp-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue