#!/bin/bash
#
# Copyright 2004 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2006 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="webkit"
VERSION="1.10.1"
REVISION="1"

PKG_SOURCEURL='http://webkitgtk.org/releases/${NAME}gtk-${VERSION}.tar.xz'
PKG_SANIFYNOTOUCH="1"
PKG_DISABLESMP="no parallel builds"

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
cxxflags
prepare
analyzesource
configure --enable-introspection \
	--enable-geolocation \
	--enable-gtk-doc \
	--enable-workers \
	--enable-web-sockets \
	--disable-silent-rules \
	--with-gstreamer=1.0
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
