milis/talimatname/genel/webkitgtk2/talimat

33 lines
771 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: engine of made Web free for the browsers web version 1
# URL: http://webkitgtk.org/
2016-07-23 15:50:40 +02:00
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libwebp libsecret geoclue gperf gtk2 curl dbus gstreamer1-plugins-base icu enchant libsoup libxslt xorg-libxt ruby
2016-02-24 01:27:23 +01:00
2016-07-23 15:52:58 +02:00
name=webkitgtk2
2016-07-23 15:50:40 +02:00
version=2.4.11
release=1
2016-02-24 01:27:23 +01:00
source=(http://webkitgtk.org/releases/webkitgtk-$version.tar.xz)
2016-07-23 15:50:40 +02:00
2016-02-24 01:27:23 +01:00
build() {
2016-07-23 15:50:40 +02:00
cd webkitgtk-$version
2016-02-24 01:27:23 +01:00
2016-07-23 15:50:40 +02:00
install -d build
cd build
CXX="g++ -std=c++98"
../configure \
--prefix=/usr \
--disable-geolocation \
--disable-gtk-doc-html \
--disable-silent-rules \
--enable-video \
--enable-jit \
--libexecdir=/usr/lib/webkitgtk2 \
--with-gtk=2.0 \
--disable-webkit2
2016-02-24 01:27:23 +01:00
make || make -j1
make DESTDIR=$PKG install || make -j1 DESTDIR=$PKG install
}