docbook-dsssl: remove long_desc.
This commit is contained in:
parent
0fdcbb17d6
commit
4f77a86d6a
1 changed files with 2 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docbook-dsssl'
|
# Template file for 'docbook-dsssl'
|
||||||
pkgname=docbook-dsssl
|
pkgname=docbook-dsssl
|
||||||
version=1.79
|
version=1.79
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
makedepends="xmlcatmgr docbook-xml>=4.2"
|
makedepends="xmlcatmgr docbook-xml>=4.2"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
|
@ -12,19 +12,9 @@ homepage="http://www.docbook.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${SOURCEFORGE_SITE}/docbook/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/docbook/$pkgname-$version.tar.bz2"
|
||||||
checksum=2f329e120bee9ef42fbdd74ddd60e05e49786c5a7953a0ff4c680ae6bdf0e2bc
|
checksum=2f329e120bee9ef42fbdd74ddd60e05e49786c5a7953a0ff4c680ae6bdf0e2bc
|
||||||
long_desc="
|
|
||||||
The DocBook XSL stylesheets provide a serie of ready-to-use templates to
|
|
||||||
process documents based on the DocBook XML DTD. They can generate different
|
|
||||||
types of output files, like XHTML, slides, manpages, JavaDoc...
|
|
||||||
|
|
||||||
They are written in a modular fashion. Each of the HTML and FO stylesheets
|
|
||||||
starts with a driver file that assembles a collection of component files
|
|
||||||
into a complete stylesheet. This modular design puts similar things together
|
|
||||||
into smaller files that are easier to write and maintain than one big
|
|
||||||
stylesheet."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
rm -rf ${wrksrc}/docsrc
|
rm -rf ${wrksrc}/docsrc
|
||||||
install -d ${DESTDIR}/usr/share/sgml/docbook/dsssl/modular
|
vmkdir usr/share/sgml/docbook/dsssl/modular
|
||||||
cp -rp ${wrksrc}/* ${DESTDIR}/usr/share/sgml/docbook/dsssl/modular
|
cp -rp ${wrksrc}/* ${DESTDIR}/usr/share/sgml/docbook/dsssl/modular
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue