milis/talimatname/genel/o/olsrd/talimat

16 lines
369 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:
name=olsrd
version=0.9.6
release=1
source=(http://www.olsr.org/releases/0.9/$name-$version.tar.gz)
derle() {
cd $name-$version
make prefix=/usr
make libdir=/usr/lib/olsrd sbindir=/usr/bin DESTDIR=${PKG} install
}