# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by jdkbx inherit eutils distutils MY_P="lorcon" S=${WORKDIR}/${MY_P} DESCRIPTION="lorcon" HOMEPAGE="http://802.11ninja.net/" SRC_URI="http://802.11ninja.net/code/lorcon-current.tgz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { econf --prefix=/usr || die "econf failed" emake CC="gcc" || die "compile failed" } src_install() { dodir /usr/lib dodir /usr/include emake DESTDIR=${D} install || die "install failed" }