### this file is sourced not run
PKGVER=2.34.2
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 2013-08-1
# we stick to this version, this is the last version that provides
# GTK2-based viewer
TARBALL=librsvg-$PKGVER.tar.xz
MD5SUM=5287d0066eb9e3ac55d4e3597694232b
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/librsvg/2.34/$TARBALL
BUNDLE=

SLACKREQ='gtk2 gdk-pixbuf libcroco pango'
SLACKDESC="librsvg: librsvg $PKGVER (SVG image library)  
librsvg:  
librsvg: The librsvg package contains a library and tools used to manipulate, 
librsvg: convert and view Scalable Vector Graphic (SVG) images. This is the 
librsvg: last version that fully supports GTK2.  
librsvg: 
librsvg: 
librsvg: 
librsvg: 
librsvg: 
librsvg:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && pkg_build_slackdesc
}


