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

@@ -5,7 +5,7 @@ revision=3
homepage="http://cyberelk.net/tim/software/xmlto/"
distfiles="https://fedorahosted.org/releases/x/m/xmlto/xmlto-$version.tar.bz2"
build_style=gnu-configure
fulldepends="libxslt docbook-xsl>=1.77.1_2"
makedepends="libxslt docbook-xsl>=1.77.1_2"
short_desc="Tool to help transform XML documents into other formats"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@@ -19,3 +19,10 @@ post_install() {
# Requires bash!
sed -i "s|^#!/bin/sh|#!/bin/bash|" ${DESTDIR}/usr/bin/xmlto
}
xmlto_package() {
depends="${makedepends}"
pkg_install() {
vmove usr
}
}