mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
* An attempt at the cvs version
This commit is contained in:
parent
c66ad20409
commit
8ab43053ea
2 changed files with 54 additions and 0 deletions
2
net-wireless/rt61/Manifest
Normal file
2
net-wireless/rt61/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST rt61-cvs-daily.tar.gz 334385 RMD160 80dbcc33291c01209155360f0a9c73bbe810b854 SHA1 340b41e5b564d52fb8d8ffb7ad21c29380194dca SHA256 6b554b6fd2e3a4c4b0d82afb1b5505706f32573bbeb37989e779ade4138c2f71
|
||||
EBUILD rt61-9999.ebuild 1339 RMD160 9d920fe9c98aad97d66d2cc42d57bfa585efeeb2 SHA1 72e00692dfa1b954ae85b3d8af30191e0b851793 SHA256 099473ae0199ef367fe6a71d8097096a9a3ee9eb0e6a7d2b9485856f88f8eb92
|
||||
52
net-wireless/rt61/rt61-9999.ebuild
Normal file
52
net-wireless/rt61/rt61-9999.ebuild
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-wireless/rt61/rt61-1.1.0_beta2.ebuild,v 1.2 2007/08/29 18:56:55 genstef Exp $
|
||||
|
||||
inherit linux-mod
|
||||
|
||||
DESCRIPTION="Driver for the RaLink RT61 wireless chipsets"
|
||||
HOMEPAGE="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
MY_P=${P/_beta/-b}
|
||||
|
||||
SRC_URI="http://rt2x00.serialmonkey.com/${PN}-cvs-daily.tar.gz"
|
||||
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
IUSE="debug"
|
||||
DEPEND=""
|
||||
RDEPEND="net-wireless/wireless-tools
|
||||
!net-wireless/ralink-rt61"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
MODULE_NAMES="rt61(net:${S}/Module)"
|
||||
|
||||
CONFIG_CHECK="WIRELESS_EXT"
|
||||
ERROR_WIRELESS_EXT="${P} requires support for Wireless LAN drivers (non-hamradio) & Wireless Extensions (CONFIG_WIRELESS_EXT)."
|
||||
|
||||
MODULESD_RT61_ALIASES=('ra? rt61')
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
BUILD_PARAMS="KERNDIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
use debug && BUILD_TARGETS="clean debug"
|
||||
linux-mod_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
linux-mod_src_install
|
||||
dodoc CHANGELOG FAQ TESTING THANKS
|
||||
dodoc Module/README Module/STA_iwpriv_ATE_usage.txt
|
||||
insinto /etc/Wireless/RT61STA
|
||||
doins Module/rt{2{561{,s},661}.bin,61sta.dat}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
linux-mod_pkg_postinst
|
||||
|
||||
einfo
|
||||
einfo "Thanks to RaLink for releasing open drivers!"
|
||||
einfo
|
||||
}
|
||||
Loading…
Reference in a new issue