23 lines
709 B
Plaintext
23 lines
709 B
Plaintext
# Tanım: Güvenlik, ölçeklenebilirlik, hız ve kullanım kolaylığı için tasarlanmış bir yönlendirme motoru
|
||
# URL: https://github.com/cjdelisle/cjdns
|
||
# Paketçi: milisarge
|
||
# Gerekler: node python
|
||
# Grup: ağ
|
||
|
||
isim=cjdns
|
||
surum=20.1
|
||
devir=1
|
||
kaynak=(https://github.com/cjdelisle/$isim/archive/$isim-v$surum.tar.gz
|
||
cjdns.servis cjdns.rc.d cjdns.sh)
|
||
|
||
derle() {
|
||
cd $isim-$isim-v$surum
|
||
bash 'do'
|
||
install -Dm755 cjdroute "$PKG/usr/bin/cjdroute"
|
||
install -Dm755 contrib/sh/run-cjdroute.sh "$PKG/usr/bin/run-cjdroute"
|
||
|
||
install -Dm644 $SRC/cjdns.servis $PKG/etc/default/cjdns
|
||
install -Dm755 $SRC/cjdns.sh $PKG/usr/bin/cjdns.sh
|
||
install -Dm755 $SRC/cjdns.rc.d $PKG/etc/rc.d/init.d/cjdns
|
||
}
|