From 8ec4f4ee6fee7246553735b236241c90771fc08d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 18 Jun 2009 09:37:35 +0000 Subject: testing/wpa_supplicant: upgrade to 0.6.9 --- testing/wpa_supplicant/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/testing/wpa_supplicant/APKBUILD b/testing/wpa_supplicant/APKBUILD index 72c388d31..13ae34b8f 100644 --- a/testing/wpa_supplicant/APKBUILD +++ b/testing/wpa_supplicant/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa 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" -- cgit v1.2.3