void-packages/srcpkgs/pycairo/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

23 lines
689 B
Plaintext

# Template file for 'pycairo'
pkgname=pycairo
version=1.8.8
revision=4
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="Python bindings for the cairo graphics library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2f52599943ca03c8ff336a0e84b1c8b74f30e2a3de9cb6a9a42a93a848832860
long_desc="
Pycairo is a set of Python bindings for the cairo graphics library."
pycompile_module="cairo"
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run cairo
Add_dependency run python
Add_dependency build pkg-config
Add_dependency build cairo-devel
Add_dependency build glibc-devel
Add_dependency build python-devel