milis/talimatname/genel/w/webkitfltk/talimat

27 lines
1005 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Webkit Portu, Fltk 1.3'e
2017-05-21 17:12:39 +02:00
# URL: https://github.com/clbr/webkitfltk
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: zlib libpng libjpeg-turbo libxml2 sqlite freetype xorg-fontconfig xorg-libxcursor cairo openssl curl icu harfbuzz fltk1 git ruby
2016-02-24 01:27:23 +01:00
name=webkitfltk
2017-05-21 17:12:39 +02:00
version=0.5.1
2016-03-31 19:14:12 +02:00
release=1
2016-02-24 01:27:23 +01:00
2017-05-21 20:34:00 +02:00
source=(https://github.com/clbr/webkitfltk/archive/v0.5.1.tar.gz
https://github.com/clbr/webkitfltk/commit/6db7be57eb6f633d63fb90397adb21c6247ab410.patch
https://github.com/clbr/webkitfltk/commit/83626b77fc7d8fae005fd4575dd85dbb0f243081.patch)
2016-02-24 01:27:23 +01:00
build() {
2017-05-21 17:12:39 +02:00
#git clone https://github.com/clbr/webkitfltk.git
cd "${name}-${version}"
2017-05-21 20:34:00 +02:00
patch -p1 -i $SRC/6db7be57eb6f633d63fb90397adb21c6247ab410.patch
patch -p1 -i $SRC/83626b77fc7d8fae005fd4575dd85dbb0f243081.patch
make -j1 -C Source/bmalloc/bmalloc
2017-05-21 17:12:39 +02:00
make -j1 -C Source/WTF/wtf
make -j1 -C Source/JavaScriptCore gen
make -j1 -C Source/JavaScriptCore
make -j1 -C Source/WebCore
make -j1 -C Source/WebKit/fltk
2016-02-24 01:27:23 +01:00
make -C Source/WebKit/fltk install DESTDIR="${PKG}"
}