Convert package to the new template format (f).

This commit is contained in:
Juan RP
2013-04-12 11:16:02 +02:00
parent a7fcdce3c4
commit 2a9fab8b58
97 changed files with 868 additions and 605 deletions

View File

@@ -4,8 +4,8 @@ version=4.0.8
homepage="https://www.openprinting.org/"
distfiles="https://www.openprinting.org/download/foomatic/$pkgname-$version.tar.gz"
build_style=gnu-configure
hostmakedepends="wget perl foomatic-db foomatic-filters ghostscript cups"
makedepends="libxml2-devel cups-devel"
fulldepends="wget perl foomatic-db foomatic-filters ghostscript>=0 cups>=0"
revision=1
short_desc="OpenPrinting printer support - programs"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -23,4 +23,9 @@ long_desc="
using Ghostscript as the print processor, as well as some common glue code
used in other filter systems."
foomatic-db-engine_package() {
depends="${hostmakedepends}"
pkg_install() {
vmove usr
}
}