mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
parent
e846fdda4e
commit
d36045ec2d
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=wpa_supplicant
|
||||
pkgver=2.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A utility providing key negotiation for WPA wireless networks"
|
||||
url="https://w1.fi/wpa_supplicant/"
|
||||
arch="all"
|
||||
@ -61,7 +61,7 @@ package() {
|
||||
# dbus
|
||||
cd dbus || return 1
|
||||
install -d "$pkgdir"/etc/dbus-1/system.d
|
||||
install dbus-wpa_supplicant.conf \
|
||||
install -m644 dbus-wpa_supplicant.conf \
|
||||
"$pkgdir"/etc/dbus-1/system.d/wpa_supplicant.conf || return 1
|
||||
install -d "$pkgdir"/usr/share/dbus-1/system-services
|
||||
install fi.epitest.hostap.WPASupplicant.service \
|
||||
@ -69,7 +69,7 @@ package() {
|
||||
install -d "$pkgdir"/var/run/wpa_supplicant
|
||||
install -Dm755 "$srcdir"/wpa_supplicant.initd \
|
||||
"$pkgdir"/etc/init.d/wpa_supplicant || return 1
|
||||
install -Dm755 "$srcdir"/wpa_supplicant.confd \
|
||||
install -Dm644 "$srcdir"/wpa_supplicant.confd \
|
||||
"$pkgdir"/etc/conf.d/wpa_supplicant || return 1
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user