milis/talimatname/genel/b/badvpn/talimat

20 lines
504 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: P2P vpn sistemi,ağ arayüz ayarları için ncd programlama dili
2017-03-26 09:37:57 +02:00
# URL: https://github.com/ambrop72/badvpn
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: nss cmake
2017-12-22 23:19:06 +01:00
# Grup: ağ
2017-03-26 09:37:57 +02:00
2017-10-28 14:10:23 +02:00
isim=badvpn
surum=1.999.130
devir=1
kaynak=(https://github.com/ambrop72/badvpn/archive/$surum.tar.gz
2017-12-22 23:19:06 +01:00
badvpn-ncd.conf.d)
2017-03-26 09:37:57 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-03-26 09:37:57 +02:00
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make
make DESTDIR="$PKG" install
install -D -m0644 "$SRC/badvpn-ncd.conf.d" "$PKG/etc/conf.d/badvpn-ncd"
}