opt/librsvg/Pkgfile

22 lines
507 B
Plaintext
Raw Normal View History

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