2011-10-03 14:03:33 +02:00
|
|
|
# Description: SVG rendering library with cairo backend
|
2013-11-22 18:57:36 +01:00
|
|
|
# URL: https://wiki.gnome.org/LibRsvg
|
2017-08-11 00:06:19 +02:00
|
|
|
# Maintainer: UNMAINTAINED
|
|
|
|
# Depends on: gobject-introspection gtk3 libcroco gdk-pixbuf
|
2011-10-03 14:03:33 +02:00
|
|
|
|
|
|
|
name=librsvg
|
2017-08-10 18:18:40 +02:00
|
|
|
version=2.40.18
|
|
|
|
release=1
|
2011-10-03 14:03:33 +02:00
|
|
|
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
2017-08-10 18:18:40 +02:00
|
|
|
--disable-static \
|
|
|
|
--disable-gtk-doc
|
2011-10-03 14:03:33 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2012-11-30 20:49:12 +01:00
|
|
|
rm -r $PKG/usr/share/gtk-doc
|
2011-10-03 14:03:33 +02:00
|
|
|
}
|