mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
intel-wimax-network-service: old, unmaintained, dead, removed
This commit is contained in:
parent
2e39feb46b
commit
c0f4b900f4
4 changed files with 0 additions and 93 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST WiMAX-Network-Service-1.4.0.tar.bz2 1360859 SHA256 a421b2f6e7912280cbddc6818892b4bffa4da0ff5347a9d26ddbcb81e99963ec
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
#!/sbin/runscript
|
||||
|
||||
description="WiMAX Network Service"
|
||||
|
||||
depend() {
|
||||
need localmount
|
||||
after bootmisc
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting WiMAX Network Service"
|
||||
[ -e /var/run/wimaxd.pid ] && rm -f /var/run/wimaxd.pid
|
||||
start-stop-daemon --start --quiet --pidfile /var/run/wimax.pid --exec /usr/bin/wimaxd
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stoping WiMAX Network Service"
|
||||
start-stop-daemon --stop --quiet --pidfile /var/run/wimax.pid
|
||||
eend $?
|
||||
}
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit linux-info multilib
|
||||
|
||||
MY_P="WiMAX-Network-Service-${PV}"
|
||||
DESCRIPTION="Intel WiMAX daemon used to interface to the hardware"
|
||||
HOMEPAGE="http://www.linuxwimax.org/"
|
||||
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${MY_P}.tar.bz2 -> ${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-libs/libnl-1.1
|
||||
>=sys-kernel/linux-headers-2.6.30-r1"
|
||||
#is this the first headers version with /usr/include/linux/wimax.h?
|
||||
#is it close enough for me to not care anymore?
|
||||
RDEPEND="${DEPEND}
|
||||
net-wireless/intel-wimax-tools
|
||||
net-wireless/intel-wimax-binary-supplicant"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_configure() {
|
||||
econf --prefix=/usr --localstatedir=/var --with-libwimaxll=/usr/$(get_libdir) --with-i2400m=/usr || die "econf failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed"
|
||||
doinitd "${FILESDIR}"/wimax || die "failed to place the init daemon"
|
||||
dodoc README || die "Failed to find README"
|
||||
}
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit linux-info multilib
|
||||
|
||||
MY_P="WiMAX-Network-Service-${PV}"
|
||||
DESCRIPTION="Intel WiMAX daemon used to interface to the hardware"
|
||||
HOMEPAGE="http://www.linuxwimax.org/"
|
||||
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${MY_P}.tar.bz2 -> ${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-libs/libnl-1.1"
|
||||
RDEPEND="${DEPEND}
|
||||
net-wireless/intel-wimax-tools
|
||||
net-wireless/intel-wimax-binary-supplicant"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_configure() {
|
||||
econf --prefix=/usr --localstatedir=/var --with-libwimaxll=/usr/$(get_libdir) --with-i2400m="${KV_DIR}" || die "econf failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "Install failed"
|
||||
doinitd "${FILESDIR}"/wimax || die "failed to place the init daemon"
|
||||
dodoc README || die "Failed to find README"
|
||||
}
|
||||
Loading…
Reference in a new issue