mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
New package: sgml-common-0.6.3
This commit is contained in:
parent
efd8abe10f
commit
7e26fcc615
1 changed files with 25 additions and 0 deletions
25
srcpkgs/sgml-common/template
Normal file
25
srcpkgs/sgml-common/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'sgml-common'
|
||||||
|
pkgname=sgml-common
|
||||||
|
version=0.6.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake"
|
||||||
|
short_desc="Tools for maintaining centralized SGML catalogs"
|
||||||
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://docbook.org/"
|
||||||
|
distfiles="https://sourceware.org/ftp/docbook-tools/new-trials/SOURCES/sgml-common-${version}.tgz"
|
||||||
|
checksum=7dc418c1d361123ffc5e45d61f1b97257940a8eb35d0bfbbc493381cc5b1f959
|
||||||
|
provides="ISOEnts-1986_7"
|
||||||
|
replaces="ISOEnts<=1986_6"
|
||||||
|
sgml_entries="CATALOG /usr/share/sgml/sgml-iso-entities-8879.1986/catalog --
|
||||||
|
CATALOG /usr/share/sgml/xml-iso-entities-8879.1986/catalog --"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i '/docdir=/d' configure.in
|
||||||
|
sed -i '
|
||||||
|
/man8dir.*=/d
|
||||||
|
/man8_DATA/s/.*/man_MANS = install-catalog.8/
|
||||||
|
' doc/man/Makefile.am
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue