diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-18 09:37:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-18 09:37:35 +0000 |
commit | 8ec4f4ee6fee7246553735b236241c90771fc08d (patch) | |
tree | 269bc300f734d05bc4bb90e22cf3fde5619ac7e8 /testing | |
parent | bb592e5d00b72d9d1e73cc1d971820ac9453b991 (diff) | |
download | aports-8ec4f4ee6fee7246553735b236241c90771fc08d.tar.bz2 aports-8ec4f4ee6fee7246553735b236241c90771fc08d.tar.xz |
testing/wpa_supplicant: upgrade to 0.6.9
Diffstat (limited to 'testing')
-rw-r--r-- | testing/wpa_supplicant/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/wpa_supplicant/APKBUILD b/testing/wpa_supplicant/APKBUILD index 72c388d312..13ae34b8f1 100644 --- a/testing/wpa_supplicant/APKBUILD +++ b/testing/wpa_supplicant/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wpa_supplicant -pkgver=0.5.11 +pkgver=0.6.9 pkgrel=0 pkgdesc="A utility providing key negotiation for WPA wireless networks" url="http://hostap.epitest.fi/wpa_supplicant" license="GPL" subpackages="$pkgname-doc" -depends="openssl uclibc" +depends= makedepends="openssl-dev" source="http://hostap.epitest.fi/releases/$pkgname-$pkgver.tar.gz config @@ -14,8 +14,9 @@ source="http://hostap.epitest.fi/releases/$pkgname-$pkgver.tar.gz build () { - cd "$srcdir"/$pkgname-$pkgver - cp ../config ./.config + cd "$srcdir"/$pkgname-$pkgver/$pkgname + cp defconfig .config +# cp "$srcdir"/config ./.config sed -i 's@/usr/local@$(PREFIX)@g' Makefile sed -i 's@dynamic_eap_methods@@g' Makefile make || return 1 @@ -34,5 +35,5 @@ build () # install -m755 -d ""$pkgdir"/etc/dbus-1/system.d" # install -m644 dbus-wpa_supplicant.conf ""$pkgdir"/etc/dbus-1/system.d/fi.epitest.hostap.WPASupplicant.conf" || return 1 } -md5sums="ad320af63f735531878e592f1ffd9b06 wpa_supplicant-0.5.11.tar.gz +md5sums="0efb8fcedf0a8acf6f423dfdb0658fdd wpa_supplicant-0.6.9.tar.gz 3db583801e91fb409a5994a08ea31838 config" |