milis/talimatname/genel/f/fifth/talimat

26 lines
530 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Fltk tabanlı web tarayıcısı
# URL: http://fifth-browser.sourceforge.net/
# Paketçi: milisarge
# Gerekler: webkitfltk urlmatch physfs desktop-file-utils
isim=fifth
surum=git
devir=2
kaynak=()
derle() {
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
cd "${SRC}/${isim}"
./autogen.sh
./configure
make
make install DESTDIR="${PKG}"
}