milis/talimatname/genel/r/reflex/talimat

17 lines
379 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: Bu, esnek, hızlı sözcüksel tarayıcının bir varyantı
# URL: http://invisible-island.net/reflex/reflex.html
# Paketçi: milisarge
# Gerekler:
isim=reflex
surum=20100627
devir=1
kaynak=(ftp://invisible-island.net/${isim}/${isim}-${surum}.tgz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}