New package: pycups-1.9.62.
This commit is contained in:
parent
0805630306
commit
3abcc76e47
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue