milis/talimatname/genel/o/olsrd/talimat

17 lines
376 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: Optimized Link State Routing Protocol gerçeklemesi
# URL: http://www.olsr.org/mediawiki/index.php/Olsrd
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=olsrd
surum=0.9.6
devir=1
kaynak=(http://www.olsr.org/releases/0.9/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make prefix=/usr
make libdir=/usr/lib/olsrd sbindir=/usr/bin DESTDIR=${PKG} install
}