Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144122 Details for
Bug 210889
New package: asus-oled (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
asus_oled-0.02.ebuild
asus_oled-0.02.ebuild (text/plain), 1.00 KB, created by
Mattheus Happe
on 2008-02-20 16:10:28 UTC
(
hide
)
Description:
asus_oled-0.02.ebuild
Filename:
MIME Type:
Creator:
Mattheus Happe
Created:
2008-02-20 16:10:28 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit linux-mod qt3 > >DESCRIPTION="Asus_OLED is a driver for small OLED display device present in some Asus laptops" >HOMEPAGE="http://lapsus.berlios.de/asus_oled.html" >SRC_URI="http://download.berlios.de/lapsus/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="qt3" >DEPEND="qt3? ( >=x11-libs/qt-3.3.8 )" >RDEPEND="${DEPEND}" > > >pkg_setup() { > kernel_is lt 2 6 0 && die "Requires at least 2.6.0 kernel version" > linux-mod_pkg_setup > MODULE_NAMES="asus_oled(extra:${S})" > BUILD_TARGETS="clean default" >} > >src_compile() { > linux-mod_src_compile || die "linux-mod_src_compile failed" > if use qt3; then > cd ${S}/tool > eqmake3 tool.pro || die "eqmake3 failed" > emake || die "emake ${S}/tool failed" > fi >} > >src_install() { > linux-mod_src_install > if use qt3; then > dobin ${S}/tool/asusoled || die "dobin ${S}/tool/asusoled failed" > fi > dodoc README >} > >pkg_postinst() { > linux-mod_pkg_postinst >}
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 210889
: 144122 |
144124
|
144126
|
171008
|
171015
|
171016