milis/talimatname/genel/b/badvpn/talimat

19 lines
494 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-03-26 09:37:57 +02:00
name=badvpn
version=1.999.130
release=1
source=(https://github.com/ambrop72/badvpn/archive/$version.tar.gz
badvpn-ncd.conf.d)
2017-10-27 23:59:41 +02:00
derle() {
2017-03-26 09:37:57 +02:00
cd $name-$version
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"
}