Convert some packages to the new template format (half from g and glib deps).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user