Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181973
Collapse All | Expand All

(-)rt2500-1.1.0_pre2007061803.ebuild.old (-18 / +2 lines)
Lines 2-9 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/rt2500/rt2500-1.1.0_pre2007020911.ebuild,v 1.5 2007/03/17 18:05:23 gmsoft Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/rt2500/rt2500-1.1.0_pre2007020911.ebuild,v 1.5 2007/03/17 18:05:23 gmsoft Exp $
4
4
5
inherit eutils linux-mod kde-functions
5
inherit eutils linux-mod 
6
set-qtdir 3
7
6
8
MY_P="${P/_beta/-b}"
7
MY_P="${P/_beta/-b}"
9
DESCRIPTION="Driver for the RaLink RT2500 wireless chipset"
8
DESCRIPTION="Driver for the RaLink RT2500 wireless chipset"
Lines 13-21 Link Here
13
LICENSE="GPL-2"
12
LICENSE="GPL-2"
14
13
15
KEYWORDS="amd64 hppa ppc x86"
14
KEYWORDS="amd64 hppa ppc x86"
16
IUSE="qt3"
15
DEPEND="net-wireless/wireless-tools"
17
DEPEND="net-wireless/wireless-tools
18
	qt3? ( =x11-libs/qt-3* )"
19
16
20
MY_PRE_VERSION=${PV/1.1.0_pre}
17
MY_PRE_VERSION=${PV/1.1.0_pre}
21
S="${WORKDIR}/${PN}-cvs-${MY_PRE_VERSION}"
18
S="${WORKDIR}/${PN}-cvs-${MY_PRE_VERSION}"
Lines 36-47 Link Here
36
33
37
src_compile() {
34
src_compile() {
38
	linux-mod_src_compile
35
	linux-mod_src_compile
39
40
	if use qt3; then
41
		cd "${S}"/Utilitys
42
		"${QTDIR}"/bin/qmake -o Makefile raconfig2500.pro
43
		emake || die "make Utilities failed"
44
	fi
45
}
36
}
46
37
47
src_install() {
38
src_install() {
Lines 50-60 Link Here
50
	dodoc Module/README Module/TESTING Module/iwpriv_usage.txt \
41
	dodoc Module/README Module/TESTING Module/iwpriv_usage.txt \
51
		THANKS FAQ CHANGELOG
42
		THANKS FAQ CHANGELOG
52
43
53
	if use qt3; then
54
		dobin ${S}/Utilitys/RaConfig2500
55
		doicon Utilitys/ico/RaConfig2500.xpm
56
		make_desktop_entry RaConfig2500 "RaLink RT2500 Config" RaConfig2500.xpm
57
		insinto /etc/Wireless/RT2500STA
58
		doins Module/RT2500STA.dat
59
	fi
60
}
44
}

Return to bug 181973