# $Id$ PNAME="webkitgtk" PVER="2.4.9" PBUILD="r2" PCAT="net-www" DESCRIPTION="GTK+ Web content engine library." HOMEPAGE="http://webkitgtk.org/" DEPEND=">= x11-libs/libXt-1.1 >= dev-libs/libxslt-1.1.28 >= dev-db/sqlite-3.8 >= net-libs/libsoup-2.52 >= virtual/opengl >= media-libs/libwebp-0.4 >= media-libs/harfbuzz-icu-0.9 >= media-libs/gstreamer1.0-plugins-base-1.6 >= x11-libs/gtk2+-2.24 >= app-crypt/libsecret-0.18 >= app-text/enchant-1.6 >= sys-libs/libstdc++-5.3" SDEPEND=">= dev-util/gperf-3 >= dev-lang/python-2.7 >= dev-lang/ruby-2.2 >= dev-libs/gobject-introspection-1.46" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://webkitgtk.org/releases/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://webkitgtk.org/releases/ | grep ${PNAME} | highesttarball xz" src_compile() { cd ${SRCDIR} mconfigure \ --libexecdir=/usr/$(mlibdir)/${PNAME} \ --enable-introspection \ --disable-webkit2 \ --disable-geolocation \ --enable-video \ --enable-web-audio \ --enable-credential-storage \ --enable-spellcheck \ --disable-gtk-doc \ --with-gtk=2.0 \ || die mmake || die }