milis/talimatname/genel/c/conkeror/talimat

19 lines
385 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Mozilla XULRunner temelli programlanabilir bir web tarayici
2016-02-24 01:27:23 +01:00
# URL: http://conkeror.mozdev.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: xulrunner desktop-file-utils
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=conkeror
surum=git
devir=1
kaynak=()
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
git clone git://repo.or.cz/conkeror.git
2017-10-28 14:10:23 +02:00
cd $isim
2016-02-24 01:27:23 +01:00
make PREFIX=/usr
make DESTDIR="$PKG" PREFIX=/usr install
rm -f "$PKG"/usr/share/doc/conkeror/COPYING
}