void-packages/srcpkgs/librsvg/template

24 lines
917 B
Text
Raw Normal View History

# Template build file for 'librsvg'.
pkgname=librsvg
2012-10-16 07:05:20 +00:00
version=2.36.4
2012-08-21 07:04:22 +00:00
revision=1
build_style=gnu-configure
2012-03-26 15:53:26 +00:00
configure_args="--disable-static --enable-introspection"
2012-06-06 06:14:19 +00:00
depends="gdk-pixbuf>=2.26.1_2"
2012-08-21 07:04:22 +00:00
makedepends="pkg-config intltool python libpng-devel>=1.5.10 libcroco-devel
2012-10-16 07:05:20 +00:00
gtk+-devel gtk+3-devel gobject-introspection"
2012-06-06 06:14:19 +00:00
triggers="gtk-pixbuf-loaders"
subpackages="$pkgname-devel"
short_desc="SVG library for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-06-06 06:14:19 +00:00
homepage="http://librsvg.sourceforge.net/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
2012-10-16 07:05:20 +00:00
checksum=1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2
long_desc="
librsvg is Raph's scalable vector graphics library. It provides support for
SVG graphics, and is used by the GNOME desktop.
This package provides the librsvg library as well as some addons: a pixbuf
loader and a theme engine for the GTK+ toolkit."