PKGNAME=raptor2
PKGSEC=libs
PKGDEP="curl libxslt icu yajl"
PKGDES="Raptor RDF Syntax Library"

ABTYPE=autotools
# FIXME: Disable gtk-doc generation, upstream still uses gtkdoc-mktmpl, but
# upstream dropped this tool as of 1.26.
AUTOTOOLS_AFTER=(
    "--with-yajl"
    "--disable-gtk-doc"
    "--disable-gtk-doc-html"
    "--disable-gtk-doc-pdf"
)

ABSHADOW=0
RECONF=0
