1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2 # Maintainer: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="A CSS parsing library"
8 url="https://gitlab.gnome.org/GNOME/libcroco"
10 depends=(glib2 libxml2)
11 makedepends=(intltool git gtk-doc)
13 _commit=7e15ca6c2c29a4b78367e6efa6195b331a92b2a7 # tags/0.6.13^0
14 source=("git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
24 NOCONFIGURE=1 ./autogen.sh
34 ./configure --prefix=/usr --disable-static --enable-gtk-doc
40 make DESTDIR="$pkgdir" install