Magellan Linux

Contents of /trunk/todo/wpa-supplicant-gui/wpa-supplicant-gui-0.5.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2634 - (show annotations) (download)
Thu Jul 9 20:41:45 2009 UTC (14 years, 10 months ago) by niro
File size: 1122 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/wpa-supplicant-gui/wpa-supplicant-gui-0.5.10-r1.smage2,v 1.2 2008/04/20 23:07:58 niro Exp $
2
3 PNAME="wpa-supplicant-gui"
4 PVER="0.5.10"
5 PBUILD="r1"
6
7 PCATEGORIE="net-wlan"
8 STATE="unstable"
9
10 DESCRIPTION="QT3 gui for wpa-supplicant."
11 HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
12
13 DEPEND="== net-wlan/wpa-supplicant-${PVER}
14 >= x11-libs/qt4-4.3"
15 # >= x11-libs/qt-3"
16
17 SRCFILE="wpa_supplicant-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/wpa_supplicant-${PVER}"
19
20 sminclude mtools mbuild
21
22 SRC_URI=(
23 http://hostap.epitest.fi/releases/${SRCFILE}
24 mirror://${PNAME/-gui/}/${SRCFILE}
25 )
26
27 # latest stable branch
28 UP2TAG="stable"
29 # latest devel branch
30 #UP2TAG="development"
31 UP2DATE="updatecmd ${HOMEPAGE} | grep -A1 'Latest ${UP2TAG}' | sed -n 's/.*-\(.*\).tar.*/\1/;$ p'"
32
33 src_compile()
34 {
35 #cd ${SRCDIR}/wpa_gui
36 #qmake -o Makefile wpa_gui.pro || die
37
38 # we want qt4
39 cd ${SRCDIR}/wpa_gui-qt4
40 qmake4 -o Makefile wpa_gui.pro || die
41 mmake || die
42 }
43
44 src_install()
45 {
46 cd ${SRCDIR}
47
48 minstalldir /usr/bin || die
49 #minstallexec wpa_gui/wpa_gui /usr/bin || die
50 minstallexec wpa_gui-qt4/wpa_gui /usr/bin || die
51 }

Properties

Name Value
svn:keywords Id