opt/librsvg/Pkgfile

22 lines
474 B
Plaintext

# Description: SVG rendering library with cairo backend
# URL: https://wiki.gnome.org/LibRsvg
# Maintainer: UNMAINTAINED
# Depends on: gtk3 libcroco
name=librsvg
version=2.40.20
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
}