void-packages/srcpkgs/cairomm/template
2012-06-06 10:02:56 +02:00

19 lines
809 B
Plaintext

# Template build file for 'cairomm'.
pkgname=cairomm
version=1.10.0
revision=4
build_style=gnu-configure
depends="cairo>=1.12.2_2"
makedepends="pkg-config libsigc++-devel fontconfig-devel libpng-devel>=1.5.10 libXrender-devel cairo-devel>=1.12.2_2"
subpackages="$pkgname-devel"
short_desc="C++ bindings to Cairo vector graphics library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.cairographics.org"
license="GPL-2, MPL-1.1"
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
checksum=068d96c43eae7b0a3d98648cbfc6fbd16acc385858e9ba6d37b5a47e4dba398f
long_desc="
cairomm is a C++ wrapper for the cairo graphics library. It offers all the
power of cairo with an interface familiar to C++ developers, including use of
the Standard Template Library where it makes sense."