aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycups_1.9.45.bb
blob: 4e28e686068f5eaaefc717880ac9046a74274109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "cups Python Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "cups"
PR = "r1"
SRCNAME = "pycups"

SRC_URI = "http://cyberelk.net/tim/data/pycups/pycups-${PV}.tar.bz2"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

# used during compilation
CFLAGS += -DVERSION=\\"${PV}\\"

RDEPENDS_${PN} = "python-core cups"

SRC_URI[md5sum] = "ff634a6751f8a859ed26751bf03abef0"
SRC_URI[sha256sum] = "ef6e576e5465da9c338ac8ff9f162825cfb7997359efc52e6a110c295a9f363b"