[Lunar-commits] <moonbase> wpa_supplicant: remove the qt3 optional depend.

Florin Braescu florin at lunar-linux.org
Tue Jan 5 19:52:20 CET 2010


commit 934db06e6d940d147148e0ea4c35890f2ffae625
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 5 20:52:20 2010 +0200

    wpa_supplicant: remove the qt3 optional depend.
---
 wifi/wpa_supplicant/BUILD   |   11 +----------
 wifi/wpa_supplicant/DEPENDS |    4 +---
 wifi/wpa_supplicant/DETAILS |    4 ++--
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/wifi/wpa_supplicant/BUILD b/wifi/wpa_supplicant/BUILD
index ed74486..672adf1 100644
--- a/wifi/wpa_supplicant/BUILD
+++ b/wifi/wpa_supplicant/BUILD
@@ -15,20 +15,11 @@
 
   make  &&
 
-  if in_depends $MODULE qt3 ; then
-    . /etc/profile.d/qt3.rc
-    make wpa_gui
-  fi  &&
-
   prepare_install  &&
   make install     &&
 
-  if in_depends $MODULE qt3 ; then
-    install -m755 wpa_gui/wpa_gui /usr/bin
-  fi  &&
-
   install -m644 dbus-wpa_supplicant.conf /etc/dbus-1/system.d/  &&
-  install -m644 wpa_supplicant.conf /etc/wpa_supplicant.conf.example  &&  
+  install -m644 wpa_supplicant.conf /etc/wpa_supplicant.conf.example  &&
 
   gather_docs developer.txt wpa_supplicant.conf
 
diff --git a/wifi/wpa_supplicant/DEPENDS b/wifi/wpa_supplicant/DEPENDS
index f7c2846..e7dde0d 100644
--- a/wifi/wpa_supplicant/DEPENDS
+++ b/wifi/wpa_supplicant/DEPENDS
@@ -2,6 +2,4 @@ depends wireless_tools
 depends libpcap
 depends libdnet
 depends openssl
-depends dbus 
-
-optional_depends qt3 "" "" "to build the wpa_gui utility"
+depends dbus
diff --git a/wifi/wpa_supplicant/DETAILS b/wifi/wpa_supplicant/DETAILS
index 32241f7..f494110 100644
--- a/wifi/wpa_supplicant/DETAILS
+++ b/wifi/wpa_supplicant/DETAILS
@@ -1,9 +1,9 @@
           MODULE=wpa_supplicant
          VERSION=0.6.9
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://hostap.epitest.fi/releases/
+      SOURCE_URL=http://hostap.epitest.fi/releases
       SOURCE_VFY=sha1:3764f7bda4e5c87caac2b9e134cb59996f073f09
-        WEB_SITE=http://hostap.epitest.fi/wpa_supplicant/
+        WEB_SITE=http://hostap.epitest.fi/$MODULE
          ENTERED=20041019
          UPDATED=20090323
            SHORT="WPA key management for Linux"


More information about the Lunar-commits mailing list