1
0
forked from ports/opt
opt/librsvg/Pkgfile
Predrag Ivanovic 6cb46c8ca8 librsvg: Update to 2.40.18
Replace gtk dependency with  gobject-introspection,
disable static build.
2017-08-10 19:19:52 +02:00

23 lines
594 B
Plaintext

# Description: SVG rendering library with cairo backend
# URL: https://wiki.gnome.org/LibRsvg
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: gobject-introspection 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
rm -r $PKG/usr/share/gtk-doc
}