16 lines
482 B
Plaintext
16 lines
482 B
Plaintext
# 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"
|
||
}
|