void-packages/srcpkgs/cairomm/template

20 lines
810 B
Plaintext
Raw Normal View History

# Template build file for 'cairomm'.
pkgname=cairomm
2011-05-16 11:58:48 +00:00
version=1.10.0
revision=5
build_style=gnu-configure
2012-06-06 08:02:56 +00:00
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"
2012-06-06 06:29:15 +00:00
subpackages="$pkgname-devel"
short_desc="C++ bindings to Cairo vector graphics library"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-06-06 06:29:15 +00:00
homepage="http://www.cairographics.org"
license="GPL-2, MPL-1.1"
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
2011-05-16 11:58:48 +00:00
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."