void-packages/templates/librsvg/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

31 lines
964 B
Text

# Template build file for 'librsvg'.
pkgname=librsvg
version=2.26.0
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-gimp=no --with-tags= --disable-mozilla-plugin"
short_desc="SVG library for GNOME2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fdcab5f0d86198d8cbd4ffe5b333076f75e707f6d7e4af5e87a8644ff7533bea
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."
triggers="gtk-immodules gtk-pixbuf-loaders"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency full glibc
Add_dependency full gtk+
Add_dependency full libcroco
Add_dependency full libgsf
Add_dependency full python
post_install()
{
rm -rf ${DESTDIR}/usr/lib/mozilla
}