mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
xmlcatmgr: rebuild for metadata
This commit is contained in:
parent
2ee35ab768
commit
dedccbe3ad
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xmlcatmgr'.
|
# Template file for 'xmlcatmgr'
|
||||||
pkgname=xmlcatmgr
|
pkgname=xmlcatmgr
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/sgml/catalog
|
/etc/sgml/catalog
|
||||||
|
@ -10,8 +10,8 @@ conf_files="
|
||||||
/usr/share/xml/catalog"
|
/usr/share/xml/catalog"
|
||||||
short_desc="XML and SGML catalog manager"
|
short_desc="XML and SGML catalog manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="http://xmlcatmgr.sourceforge.net"
|
homepage="http://xmlcatmgr.sourceforge.net"
|
||||||
license="BSD"
|
|
||||||
distfiles="$SOURCEFORGE_SITE/xmlcatmgr/$pkgname-$version.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/xmlcatmgr/$pkgname-$version.tar.gz"
|
||||||
checksum=ea1142b6aef40fbd624fc3e2130cf10cf081b5fa88e5229c92b8f515779d6fdc
|
checksum=ea1142b6aef40fbd624fc3e2130cf10cf081b5fa88e5229c92b8f515779d6fdc
|
||||||
|
|
||||||
|
@ -44,4 +44,5 @@ post_install() {
|
||||||
install -Dm644 catalog.etc.sgml ${DESTDIR}/etc/sgml/catalog
|
install -Dm644 catalog.etc.sgml ${DESTDIR}/etc/sgml/catalog
|
||||||
install -Dm644 catalog.xml ${DESTDIR}/usr/share/xml/catalog
|
install -Dm644 catalog.xml ${DESTDIR}/usr/share/xml/catalog
|
||||||
install -Dm644 catalog.etc.xml ${DESTDIR}/etc/xml/catalog
|
install -Dm644 catalog.etc.xml ${DESTDIR}/etc/xml/catalog
|
||||||
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue