pentoo-overlay/net-wireless/intel-wimax-binary-supplicant/intel-wimax-binary-supplicant-1.4.0.ebuild
2009-08-19 03:40:34 +00:00

21 lines
630 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Intel WiMAX Network Service has no description"
HOMEPAGE="http://linuxwimax.org/"
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=Intel-WiMAX-Binary-Supplicant-${PV}.tar.bz2 -> WiMAX-Binary-Supplicant-${PV}.tar.bz2"
LICENSE="IFDBL" #legal to redistribute but not mess with
SLOT="0"
EAPI=2
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
S=${WORKDIR}/Intel-WiMAX-Binary-Supplicant-${PV}
src_install() {
DESTDIR=${D} ./install_supplicant.sh install
dodoc README
}