create_ap.paketlendi
This commit is contained in:
parent
058c5978f5
commit
89980bc276
|
@ -0,0 +1,15 @@
|
||||||
|
# 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"
|
||||||
|
}
|
Loading…
Reference in New Issue