--- madwifi-ng-tools-9999.ebuild 2009-04-15 12:03:15.000000000 +0200 +++ /usr/portage/local/net-wireless/madwifi-ng-tools/madwifi-ng-tools-9999.ebuild 2009-04-15 11:51:40.000000000 +0200 @@ -1,30 +1,25 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: $ inherit toolchain-funcs subversion eutils -#MY_P=${PN/-ng-tools/}-${PV} -#S="${WORKDIR}" - DESCRIPTION="Next Generation tools for configuration of Atheros based IEEE 802.11a/b/g wireless LAN cards" -HOMEPAGE="http://www.madwifi.org/" -ESVN_REPO_URI="http://svn.madwifi.org/madwifi/trunk/" +HOMEPAGE="http://www.madwifi-project.org/" +ESVN_REPO_URI="http://svn.madwifi-project.org/madwifi/trunk" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/libc" RDEPEND="!net-wireless/madwifi-old-tools ${DEPEND}" -#toolchain-funcs eclass: make ARCH="$(tc-arch-kernel)" - src_compile() { -cd ${S}/tools -emake || die "emake failed" + cd ${S}/tools + emake || die "emake failed" } src_install() {