New package: pycups-1.9.62.

This commit is contained in:
Juan RP 2013-05-27 19:49:36 +02:00
parent 0805630306
commit 3abcc76e47
1 changed files with 19 additions and 0 deletions

19
srcpkgs/pycups/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'pycups'
pkgname=pycups
version=1.9.62
revision=1
build_style=python-module
hostmakedepends="python"
makedepends="python-devel cups-devel"
short_desc="Python CUPS bindings"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cyberelk.net/tim/software/pycups/"
license="GPL-2"
distfiles="http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=7cad7d676d6e4b759d07ecefe2519cb438a7d074e67b4103efdeff8247cc51ab
pycups_package() {
pkg_install() {
vmove all
}
}