aboutsummaryrefslogtreecommitdiffstats
path: root/main/wpa_supplicant/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-17 09:16:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-17 09:31:15 +0000
commit3698511c9263be69e0a7ea16b135d75438e63601 (patch)
tree68668e94eaac64bcbb97c8f3dda853cc2db87f25 /main/wpa_supplicant/APKBUILD
parentcb8ff12c4ccb6c236d8da799a8c82c4413f572a7 (diff)
downloadaports-3698511c9263be69e0a7ea16b135d75438e63601.tar.bz2
aports-3698511c9263be69e0a7ea16b135d75438e63601.tar.xz
main/wpa_supplicant: upgrade to 0.7.2
Diffstat (limited to 'main/wpa_supplicant/APKBUILD')
-rw-r--r--main/wpa_supplicant/APKBUILD14
1 files changed, 11 insertions, 3 deletions
diff --git a/main/wpa_supplicant/APKBUILD b/main/wpa_supplicant/APKBUILD
index 3474daa147..a79805c907 100644
--- a/main/wpa_supplicant/APKBUILD
+++ b/main/wpa_supplicant/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wpa_supplicant
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=0
pkgdesc="A utility providing key negotiation for WPA wireless networks"
url="http://hostap.epitest.fi/wpa_supplicant"
license="GPL"
@@ -9,6 +9,8 @@ subpackages="$pkgname-doc"
depends=
makedepends="openssl-dev dbus-dev libnl-dev"
source="http://hostap.epitest.fi/releases/$pkgname-$pkgver.tar.gz
+ wpa_supplicant.initd
+ wpa_supplicant.confd
"
_builddir="$srcdir"/$pkgname-$pkgver/$pkgname
@@ -112,5 +114,11 @@ package() {
install fi.epitest.hostap.WPASupplicant.service \
"$pkgdir"/usr/share/dbus-1/system-services || return 1
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 \
+ "$pkgdir"/etc/conf.d/wpa_supplicant || return 1
}
-md5sums="02c475f949e5c131856915bbb87fa55d wpa_supplicant-0.7.1.tar.gz"
+md5sums="0e2cb7e4c35667351d8b7ec28c783e6a wpa_supplicant-0.7.2.tar.gz
+6185ecb6aecef66310cdd23fb3fb7d0c wpa_supplicant.initd
+bc117427f2c538439f3f1481a028ee06 wpa_supplicant.confd"