xmlcatmgr: rebuild for metadata
This commit is contained in:
parent
2ee35ab768
commit
dedccbe3ad
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xmlcatmgr'.
|
||||
# Template file for 'xmlcatmgr'
|
||||
pkgname=xmlcatmgr
|
||||
version=2.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
conf_files="
|
||||
/etc/sgml/catalog
|
||||
|
@ -10,8 +10,8 @@ conf_files="
|
|||
/usr/share/xml/catalog"
|
||||
short_desc="XML and SGML catalog manager"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://xmlcatmgr.sourceforge.net"
|
||||
license="BSD"
|
||||
distfiles="$SOURCEFORGE_SITE/xmlcatmgr/$pkgname-$version.tar.gz"
|
||||
checksum=ea1142b6aef40fbd624fc3e2130cf10cf081b5fa88e5229c92b8f515779d6fdc
|
||||
|
||||
|
@ -44,4 +44,5 @@ post_install() {
|
|||
install -Dm644 catalog.etc.sgml ${DESTDIR}/etc/sgml/catalog
|
||||
install -Dm644 catalog.xml ${DESTDIR}/usr/share/xml/catalog
|
||||
install -Dm644 catalog.etc.xml ${DESTDIR}/etc/xml/catalog
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue