milis/talimatname/genel/f/fifth/talimat

26 lines
530 B
Plaintext
Raw Normal View History

2018-01-04 19:50:53 +01:00
# Tanım: Fltk tabanlı web tarayıcısı
2016-02-24 01:27:23 +01:00
# URL: http://fifth-browser.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: webkitfltk urlmatch physfs desktop-file-utils
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=fifth
surum=git
2018-01-04 19:50:53 +01:00
devir=2
2017-10-28 14:10:23 +02:00
kaynak=()
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
if [ ! -d $DERLEME_KAYNAKDIZIN/fifth ];then
git clone https://github.com/clbr/fifth.git $DERLEME_KAYNAKDIZIN/fifth
else
cd $DERLEME_KAYNAKDIZIN/fifth
git pull
cd -
fi
cp -r $DERLEME_KAYNAKDIZIN/fifth ${SRC}/fifth
2017-10-28 14:10:23 +02:00
cd "${SRC}/${isim}"
2016-02-24 01:27:23 +01:00
./autogen.sh
./configure
make
make install DESTDIR="${PKG}"
}