diff options
Diffstat (limited to 'net-wireless/hostapd/hostapd-0.1.3.ebuild')
-rw-r--r-- | net-wireless/hostapd/hostapd-0.1.3.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-wireless/hostapd/hostapd-0.1.3.ebuild b/net-wireless/hostapd/hostapd-0.1.3.ebuild deleted file mode 100644 index e4104f3fe85d..000000000000 --- a/net-wireless/hostapd/hostapd-0.1.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.1.3.ebuild,v 1.4 2004/11/01 11:53:57 brix Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="HostAP wireless daemon" -HOMEPAGE="http://hostap.epitest.fi/" -SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=net-wireless/hostap-driver-0.1.0" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die -} - -src_install() { - diropts -o root -g root -m 0750 - dodir /etc/hostapd - insopts -o root -g root -m 0640 - insinto /etc/hostapd - exeopts "" - exeinto /etc/init.d - newexe "${FILESDIR}/hostapd.init.d" hostapd - doins \ - hostapd.conf \ - hostapd.accept \ - hostapd.deny - dosed 's:\(accept_mac_file=\)/etc/hostapd.accept:\1/etc/hostapd/hostapd.accept:g' /etc/hostapd/hostapd.conf - dosed 's:\(deny_mac_file=\)/etc/hostapd.deny:\1/etc/hostapd/hostapd.deny:g' /etc/hostapd/hostapd.conf - dosbin hostapd - dodoc \ - README \ - developer.txt -} |