milis/talimatname/genel/fifth/talimat

20 lines
398 B
Plaintext
Raw Normal View History

2017-03-23 13:20:14 +01:00
# Description: Opera'nın en iyi özelliklerini taşıyan Linux'a özel tarayıcı
2016-02-24 01:27:23 +01:00
# URL: http://fifth-browser.sourceforge.net/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: webkitfltk urlmatch physfs desktop-file-utils
name=fifth
version=0.4
release=1
source=()
build() {
git clone https://github.com/clbr/fifth.git
cd "${SRC}/${name}"
./autogen.sh
./configure
make
make install DESTDIR="${PKG}"
}