Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 2825 Details for
Bug 6025
winesetuptk doesn't like make jobservers (in emake).
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fix for winesetuptk
winesetuptk-0.6.0b-r2.ebuild (text/plain), 1.19 KB, created by
Eric Renfro
on 2002-08-05 01:17:40 UTC
(
hide
)
Description:
fix for winesetuptk
Filename:
MIME Type:
Creator:
Eric Renfro
Created:
2002-08-05 01:17:40 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: /home/cvsroot/gentoo-x86/app-emulation/winesetuptk/winesetuptk-0.6.0b-r2.ebuild,v 1.3 2002/07/22 07:49:21 seemant Exp $ > >MY_P1=tcltk-${P} >P=${P} >S=${WORKDIR}/${P} >DESCRIPTION="Setup tool for WiNE adapted from Codeweavers by Debian" >SRC_URI="http://ftp.debian.org/debian/pool/main/w/winesetuptk/${P/-/_}-1.tar.gz" >HOMEPAGE="http://packages.debian.org/unstable/otherosfs/winesetuptk.html" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="x86" > >DEPEND="virtual/glibc > virtual/x11" > >src_unpack() { > > unpack ${P/-/_}-1.tar.gz > cd ${S} > > tar zxf ${MY_P1}.tar.gz > tar zxf ${P}.tar.gz > >} > >src_compile() { > > cd ${S}/${MY_P1} > ./build.sh > > cd ${S}/${P} > > local myconf > myconf="${myconf} --with-tcltk=${S}/${MY_P1}" > myconf="${myconf} --with-launcher=/usr/bin --with-exe=/usr/bin" > myconf="${myconf} --with-doc=/usr/share/doc/${P}" > > econf \ > --sysconfdir=/etc/wine \ > --enable-curses \ > ${myconf} || die > > make || die > >} > >src_install () { > > cd ${S}/${P} > make \ > PREFIX_LAUNCHER=${D}/usr/bin \ > PREFIX_EXE=${D}/usr/bin \ > PREFIX_DOC=${D}/usr/share/doc/${P} \ > install || die > > dodoc doc/* >}
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 6025
: 2825