milis/talimatname/genel/c/conkeror/talimat

19 lines
389 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: Mozilla XULRunner temelli programlanabilir bir web tarayici
# URL: http://conkeror.mozdev.org/
# Paketçi: milisarge
# Gerekler: xulrunner desktop-file-utils
name=conkeror
version=git
release=1
source=()
derle() {
git clone git://repo.or.cz/conkeror.git
cd $name
make PREFIX=/usr
make DESTDIR="$PKG" PREFIX=/usr install
rm -f "$PKG"/usr/share/doc/conkeror/COPYING
}