Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193549 | Differences between
and this patch

Collapse All | Expand All

(-)madwifi-ng-tools-9999.ebuild (-12 / +7 lines)
Lines 1-30 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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/madwifi-ng-tools/madwifi-ng-tools-0.9.3.2.ebuild,v 1.4 2007/08/15 21:28:25 dertobi123 Exp $
3
# $Header: $
4
4
5
inherit toolchain-funcs subversion eutils
5
inherit toolchain-funcs subversion eutils
6
6
7
#MY_P=${PN/-ng-tools/}-${PV}
8
#S="${WORKDIR}"
9
10
DESCRIPTION="Next Generation tools for configuration of Atheros based IEEE 802.11a/b/g wireless LAN cards"
7
DESCRIPTION="Next Generation tools for configuration of Atheros based IEEE 802.11a/b/g wireless LAN cards"
11
HOMEPAGE="http://www.madwifi.org/"
8
HOMEPAGE="http://www.madwifi-project.org/"
12
ESVN_REPO_URI="http://svn.madwifi.org/madwifi/trunk/"
9
ESVN_REPO_URI="http://svn.madwifi-project.org/madwifi/trunk"
13
10
14
LICENSE="|| ( BSD GPL-2 )"
11
LICENSE="|| ( BSD GPL-2 )"
15
SLOT="0"
12
SLOT="0"
16
KEYWORDS="~amd64"
13
KEYWORDS="~amd64 ~x86"
17
14
18
IUSE=""
15
IUSE=""
19
DEPEND="virtual/libc"
16
DEPEND="virtual/libc"
20
RDEPEND="!net-wireless/madwifi-old-tools
17
RDEPEND="!net-wireless/madwifi-old-tools
21
		${DEPEND}"
18
		${DEPEND}"
22
19
23
#toolchain-funcs eclass: make ARCH="$(tc-arch-kernel)"
24
25
src_compile() {
20
src_compile() {
26
cd ${S}/tools
21
	cd ${S}/tools
27
emake || die "emake failed"
22
	emake || die "emake failed"
28
}
23
}
29
24
30
src_install() {
25
src_install() {

Return to bug 193549