Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 1069 Details for
Bug 2879
hotkeys-0.5.4.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hotkeys-0.5.4.ebuild
hotkeys-0.5.4.ebuild (text/plain), 891 bytes, created by
Stacey Keast
on 2002-05-20 19:12:09 UTC
(
hide
)
Description:
hotkeys-0.5.4.ebuild
Filename:
MIME Type:
Creator:
Stacey Keast
Created:
2002-05-20 19:12:09 UTC
Size:
891 bytes
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Author: Stacey Keast <slik@telusplanet.net> > > >NAME="hotkeys" >S=${WORKDIR}/${P} >DESCRIPTION="Make use of extra buttons on newer keyboards." >SRC_URI="http://ypwong.org/hotkeys/hotkeys_0.5.4.tar.gz" >HOMEPAGE="http://ypwong.org/hotkeys/" > >DEPEND="virtual/x11 > virtual/glibc > dev-libs/libxml2 > >=sys-libs/db-3.2.3 > xosd? ( x11-libs/xosd )" > >src_unpack() { > unpack ${A} > cd ${S} > zcat ${FILESDIR}/${P}-gentoo.diff.gz | patch -p0 >} > >src_compile() { > local myconf="" > use xosd || myconf="--disable-xosd" > ./configure --host=${CHOST} \ > --prefix=/usr \ > --mandir=/usr/share/man \ > --sysconfdir=/etc \ > ${myconf} || die "./configure failed" > emake || die >} > >src_install () { > make DESTDIR=${D} install || die > dodoc AUTHORS BUGS ChangeLog COPYING README TODO >} >
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 2879
: 1069 |
1070