milis/talimatname/genel/c/create_ap/talimat

17 lines
478 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: 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
# Paketçi: Cihan Alkan
# Gerekler: iptables
# Grup: sistem
isim=create_ap
surum=0.4.6
devir=1
kaynak=(https://github.com/oblique/$isim/archive/v$surum.tar.gz::${isim}-${surum}.tar.gz)
derle() {
make -C "${isim}-${surum}" DESTDIR=$PKG install
install -Dm 644 "${isim}-${surum}/LICENSE" "${PKG}/usr/share/licenses/${isim}/LICENSE"
}