Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212759 Details for
Bug 273208
mx5000tools: library ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild for the latest version.
mx5000tools-0.1.2.ebuild (text/plain), 751 bytes, created by
Karol Krizka
on 2009-12-12 01:45:54 UTC
(
hide
)
Description:
The ebuild for the latest version.
Filename:
MIME Type:
Creator:
Karol Krizka
Created:
2009-12-12 01:45:54 UTC
Size:
751 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-info eutils > >DESCRIPTION="Tool for controlling Logitech 5x00 keyboard LCD" >HOMEPAGE="http://home.gna.org/mx5000tools/" >SRC_URI="http://download.gna.org/mx5000tools/mx5000tools-0.1.2.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >IUSE="" > >RDEPEND="media-libs/netpbm" > >CONFIG_CHECK="USB_HIDDEV" >ERROR_USB_HIDDEN="You need to the CONFIG_USB_HIDDEV option turned on." > >src_unpack() { > unpack ${A} > > epatch "${FILESDIR}/${P}-netpbmfix.patch" >} > > >src_compile() { > autoreconf -fvi > econf > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > dodoc README || die >}
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 273208
: 212759 |
212760