milis/talimatname/genel/webkitgtk3/talimat

29 lines
665 B
Plaintext
Raw Normal View History

2016-07-23 10:43:58 +02:00
# Description: Small, efficient and fast rendering engine for Web Browsers.
# URL: http://www.webkitgtk.org/
# Packager: milisarge
# Depends on: enchant xorg-glu gperf gstreamer-plugins-base gtk2 gtk3 harfbuzz icu libsecret libsoup libwebp ruby shared-mime-info xorg-libxt
2016-02-24 01:27:23 +01:00
name=webkitgtk3
2016-07-23 10:43:58 +02:00
version=2.4.11
2016-02-24 01:27:23 +01:00
release=1
source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz)
2016-07-23 10:43:58 +02:00
2016-02-24 01:27:23 +01:00
build() {
2016-07-23 10:43:58 +02:00
cd webkitgtk-$version
install -d build
cd build
2016-02-24 01:27:23 +01:00
2016-07-23 10:43:58 +02:00
../configure \
--prefix=/usr \
--disable-geolocation \
--disable-gtk-doc-html \
--disable-silent-rules \
--enable-video \
--enable-jit \
--libexecdir=/usr/lib/webkitgtk3
2016-02-24 01:27:23 +01:00
2016-07-23 10:43:58 +02:00
make
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}