contrib/webkit-gtk3/Pkgfile

36 lines
892 B
Plaintext
Raw Normal View History

2009-11-22 17:01:12 +01:00
# Description: Small, efficient and fast rendering engine for Web Browsers.
2010-01-28 10:23:28 +01:00
# URL: http://www.webkitgtk.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2009-11-22 17:01:12 +01:00
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
# Depends on: enchant gst-plugins-base gtk3 harfbuzz-icu libsoup glu ruby gperf libwebp libsecret shared-mime-info
2009-11-22 17:01:12 +01:00
name=webkit-gtk3
2015-02-06 14:43:45 +01:00
version=2.4.8
release=2
source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz
../webkit-gtk2/webkitgtk-2.4.8-gmutexlocker.patch)
2009-11-22 17:01:12 +01:00
build() {
2012-11-05 04:50:43 +01:00
cd webkitgtk-$version
2009-11-22 17:01:12 +01:00
patch -p1 -i $SRC/webkitgtk-2.4.8-gmutexlocker.patch
install -d build
cd build
../configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-geolocation \
--disable-gtk-doc-html \
--disable-silent-rules \
--enable-video \
--enable-jit \
2012-11-05 10:42:51 +01:00
--libexecdir=/usr/lib/webkitgtk3
2009-11-22 17:01:12 +01:00
make
make DESTDIR=$PKG install
2012-11-05 10:42:51 +01:00
rm -r $PKG/usr/share/locale
2009-11-22 17:01:12 +01:00
}