Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171016 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.03 Ebuild (working with >=2.6.27 kernel patch)
asus_oled-0.03.ebuild (text/plain), 1.07 KB, created by
Gonçalo Silva
on 2008-11-07 17:44:54 UTC
(
hide
)
Description:
Asus Oled 0.03 Ebuild (working with >=2.6.27 kernel patch)
Filename:
MIME Type:
Creator:
Gonçalo Silva
Created:
2008-11-07 17:44:54 UTC
Size:
1.07 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_unpack() { > unpack ${A} > epatch "${FILESDIR}/${P}-gentoo.patch" >} > >src_compile() { > linux-mod_src_compile || die "linux-mod_src_compile failed" > if use qt3; then > cd ${S}/qt > eqmake3 asus_oled.pro || die "eqmake3 failed" > emake || die "emake ${S}/tool failed" > fi >} > >src_install() { > linux-mod_src_install > if use qt3; then > dobin ${S}/qt/asusoled || die "dobin ${S}/qt/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