#Packager: Richard Lapointe pkgname=webkitgtk3 pkgver=2.2.4 pkgrel=1rl source=("http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ url=http://www.webkit.org docs=("ChangeLog" "INSTALL" "LICENSE" "README") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "WebKit (Web Browser Engine)" "WebKit is an open source web browser engine. WebKit is also the name" "of the Mac OS X system framework version of the engine that's used by" "Safari, Dashboard, Mail, and many other OS X applications. WebKit's" "HTML and JavaScript code began as a branch of the KHTML and KJS" "libraries from KDE. " "This package contains the GTK port of WebKit." "" "http://webkit.org http://webkitgtk.org" ) build() { cd $startdir/src/webkitgtk-$pkgver ./configure \ --prefix=/usr \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --with-gtk=3.0 \ --enable-introspection \ --enable-webkit2 \ --enable-geolocation=$GEOCLUE \ --build=$ARCH-slackware-linux || return 1 make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }