#Packager: George Vlahavas pkgname=webkitgtk pkgver=2.4.11 pkgrel=1gv source=(http://www.webkitgtk.org/releases/${pkgname}-${pkgver}.tar.xz) url=http://www.webkit.org docs=("ChangeLog" "INSTALL" "LICENSE" "README") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| " WebKitGTK+ (GTK+ port of the WebKit)" "WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web" "content engine that powers numerous applications such as web" "browsers, email clients, feed readers, web and text editors, and a" "whole lot more." "" "http://webkit.org http://webkitgtk.org" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --disable-static \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --with-gtk=2.0 \ --enable-webkit2=no \ --disable-geolocation \ --build=$arch-slackware-linux || return 1 make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }