2010-04-16 07:56:37 +00:00
|
|
|
# Template build file for 'cairomm'.
|
|
|
|
pkgname=cairomm
|
2011-05-16 11:58:48 +00:00
|
|
|
version=1.10.0
|
2012-10-11 08:48:35 +00:00
|
|
|
revision=5
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-06-06 08:02:56 +00:00
|
|
|
depends="cairo>=1.12.2_2"
|
2012-10-11 08:48:35 +00:00
|
|
|
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"
|
2010-04-16 07:56:37 +00:00
|
|
|
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
|
2010-04-16 07:56:37 +00:00
|
|
|
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."
|