void-packages/srcpkgs/python-cairo/template
2017-06-04 16:35:39 +02:00

23 lines
766 B
Bash

# Template file for 'python-cairo'
pkgname=python-cairo
version=1.13.3
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=2f2ae1acdc7197e4df58e458a0279de206f989972edfe06d54e99d9e5b839938
python-cairo-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}