Convert some packages to the new template format (half from g and glib deps).

This commit is contained in:
Juan RP
2013-04-12 13:13:49 +02:00
parent b5076c716c
commit fe7a5e4d8a
98 changed files with 912 additions and 753 deletions

View File

@@ -20,12 +20,6 @@ long_desc="
local files or URIs. This allows you to tell the parser where to look
for entities without having to modify the original document source."
conf_files="
/etc/sgml/catalog
/etc/xml/catalog
/usr/share/sgml/catalog
/usr/share/xml/catalog"
if [ -n "$CROSS_BUILD" ]; then
makedepends="xmlcatmgr"
fi
@@ -56,3 +50,15 @@ post_install() {
install -Dm644 catalog.xml ${DESTDIR}/usr/share/xml/catalog
install -Dm644 catalog.etc.xml ${DESTDIR}/etc/xml/catalog
}
xmlcatmgr_package() {
conf_files="
/etc/sgml/catalog
/etc/xml/catalog
/usr/share/sgml/catalog
/usr/share/xml/catalog"
pkg_install() {
vmove etc
vmove usr
}
}