22 lines
668 B
Text
22 lines
668 B
Text
# Template file for 'pycairo'
|
|
pkgname=pycairo
|
|
version=1.10.0
|
|
revision=3
|
|
build_style=waf3
|
|
hostmakedepends="pkg-config which"
|
|
makedepends="cairo-devel python3-devel>=3.3.2_2"
|
|
short_desc="Python3 bindings for the cairo graphics library"
|
|
homepage="http://cairographics.org/pycairo/"
|
|
license="LGPL-3"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.bz2"
|
|
checksum=9aa4078e7eb5be583aeabbe8d87172797717f95e8c4338f0d4a17b683a7253be
|
|
|
|
pycairo-devel_package() {
|
|
depends="python3-devel>=3.3.2_2 pycairo>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|