milis/talimatname/genel/w/webkitfltk/talimat

27 lines
999 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
2017-10-28 14:10:23 +02:00
isim=webkitfltk
surum=0.5.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/clbr/webkitfltk/archive/v0.5.1.tar.gz
2017-05-21 20:34:00 +02:00
https://github.com/clbr/webkitfltk/commit/6db7be57eb6f633d63fb90397adb21c6247ab410.patch
https://github.com/clbr/webkitfltk/commit/83626b77fc7d8fae005fd4575dd85dbb0f243081.patch)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-05-21 17:12:39 +02:00
#git clone https://github.com/clbr/webkitfltk.git
2017-10-28 14:10:23 +02:00
cd "${isim}-${surum}"
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}"
}