2017-07-28 12:12:41 +02:00

24 lines
766 B
Bash

# Template file for 'python-cairo'
pkgname=python-cairo
version=1.14.1
revision=1
wrksrc="pycairo-${version}"
build_style=python2-module
hostmakedepends="pkg-config python"
makedepends="cairo-devel python-devel"
short_desc="Python2 bindings for the cairo graphics library"
homepage="https://pycairo.readthedocs.io/"
license="LGPL-2.1, MPL-1.1"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
checksum=0d13a0a6eeaf0c357db04392943eb9b25767445608d31dde1307f003f68c5754
python-cairo-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}