milis/talimatname/genel/c/create_ap/talimat

16 lines
482 B
Plaintext
Raw Normal View History

2017-10-18 02:22:33 +02:00
# Description: NAT / Köprülü Yazılım Erişim Noktası oluşturmak için bir kabuk betiği
# URL: https://github.com/oblique/create_ap
# Packager: Cihan Alkan
# Depends on: iptables
name=create_ap
version=0.4.6
release=1
source=(https://github.com/oblique/$name/archive/v$version.tar.gz::${name}-${version}.tar.gz)
build() {
make -C "${name}-${version}" DESTDIR=$PKG install
install -Dm 644 "${name}-${version}/LICENSE" "${PKG}/usr/share/licenses/${name}/LICENSE"
}