opensp: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 16:29:26 +01:00
parent 7431a6ab8e
commit 0e4e0840e5
1 changed files with 3 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'opensp'
pkgname=opensp
version=1.5.2
revision=4
revision=5
wrksrc="OpenSP-${version}"
build_style=gnu-configure
configure_args="--enable-http --enable-default-catalog=/usr/share/sgml/catalog"
@ -14,13 +14,6 @@ homepage="http://openjade.sourceforge.net/"
license="MIT"
distfiles="${SOURCEFORGE_SITE}/openjade/OpenSP-$version.tar.gz"
checksum=57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce
long_desc="
This package is a collection of SGML/XML tools called OpenSP. It is a fork
from James Clark's SP suite.
These tools are used to parse, validate, and normalize SGML and XML files.
The central programs included in this package are 'onsgmls', which replaces
sgmls, 'ospam', 'ospent', 'osgmlnorm', and 'osx'."
keep_libtool_archives=yes
@ -30,10 +23,11 @@ post_install() {
}
opensp-devel_package() {
depends="libstdc++-devel opensp>=${version}"
depends="libstdc++-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}