Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137761 Details for
Bug 159900
net-wireless/rutilt - gtk+ wireless configuration utility with extra support for Ralink (rt*) cards (ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rutilt-0.16.ebuild
rutilt-0.16.ebuild (text/plain), 1.36 KB, created by
Ed Catmur
on 2007-12-05 00:22:33 UTC
(
hide
)
Description:
rutilt-0.16.ebuild
Filename:
MIME Type:
Creator:
Ed Catmur
Created:
2007-12-05 00:22:33 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils linux-info > >MY_PN="RutilT" >MY_P="${MY_PN}v${PV}" >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="Manage wireless interfaces, particularly Ralink devices" >HOMEPAGE="http://cbbk.free.fr/bonrom/" >SRC_URI="http://cbbk.free.fr/bonrom/files/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="builtin-launcher debug gnome kde" > >DEPEND=">=x11-libs/gtk+-2.6.0 > virtual/linux-sources" >RDEPEND="${DEPEND} > gnome? ( x11-libs/gksu ) > kde? ( kde-base/kdesu )" > >src_compile() { > if use gnome || use kde; then > LAUNCHER=external > elif use builtin-launcher; then > LAUNCHER=built-in > else > LAUNCHER=disabled > fi > ./configure.sh --prefix=/usr \ > --launcher=${LAUNCHER} \ > --kernel_sources=${KERNEL_DIR} \ > $(use debug && echo "--debug") \ > ${EXTRA_ECONF} \ > || die "configure.sh failed" > emake OPTIONS="${CFLAGS}" || die "emake failed" >} > >src_install() { > emake install DESTDIR="${D}" || die "emake install failed" > dodoc AUTHORS README INSTALL >} > >pkg_postinst() { > if use gnome || use kde; then > elog "Using external launcher." > elif use builtin-launcher; then > elog "Launcher will be installed setuid. This may be a security risk." > else > elog "No launcher enabled. You will need to run RutilT as root to " > elog "connect to a wireless network." > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 159900
:
105323
|
106091
|
106093
|
122419
|
124922
|
131311
|
131374
|
131517
|
137726
|
137761
|
137762
|
137854
|
336622