Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41141 Details for
Bug 66411
wine-20040914.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wine-20040914.ebuild
wine-20040914.ebuild (text/plain), 2.24 KB, created by
Adrian Macneil
on 2004-10-05 05:11:01 UTC
(
hide
)
Description:
wine-20040914.ebuild
Filename:
MIME Type:
Creator:
Adrian Macneil
Created:
2004-10-05 05:11:01 UTC
Size:
2.24 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20040716.ebuild,v 1.2 2004/08/03 15:44:30 mholzer Exp $ > >inherit eutils base > >DESCRIPTION="free implementation of Windows(tm) on Unix - CVS snapshot" >HOMEPAGE="http://www.winehq.com/" >SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="-*" >IUSE="X alsa arts cups debug nas nptl opengl tcltk" > >DEPEND="sys-devel/gcc > sys-devel/flex > >=sys-libs/ncurses-5.2 > >=media-libs/freetype-2.0.0 > X? ( virtual/x11 ) > tcltk? ( dev-lang/tcl dev-lang/tk ) > arts? ( kde-base/arts ) > alsa? ( media-libs/alsa-lib ) > nas? ( media-libs/nas ) > cups? ( net-print/cups ) > opengl? ( virtual/opengl ) > >=sys-apps/sed-4" > >src_unpack() { > unpack Wine-${PV}.tar.gz > cd ${S} >} > >src_compile() { > # there's no configure flag for cups, arts, alsa and nas, it's supposed to be autodetected > > ./configure \ > --prefix=/usr \ > --sysconfdir=/etc/wine \ > --host=${CHOST} \ > --enable-curses \ > `use_enable opengl` \ > `use_with nptl` \ > `use_enable debug trace` \ > `use_enable debug` \ > || die "configure failed" > > # Make wine > cd ${S} > make depend && make || die >} > >src_install() { > > ### Install wine to ${D} > cd ${S} > make prefix=${D}/usr install || die > > # Make Sample Config > mkdir ${D}/etc > mkdir ${D}/etc/wine > cp ${S}/documentation/samples/config ${D}/etc/wine/wine.conf > > # Take care of the documentation > cd ${S} > dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS LICENSE README VERSION > > # Manpage setup > doman ${D}/usr/man/man1/widl.1 > doman ${D}/usr/man/man1/wine.1 > doman ${D}/usr/man/man1/winebuild.1 > doman ${D}/usr/man/man1/winedbg.1 > doman ${D}/usr/man/man1/winedump.1 > doman ${D}/usr/man/man1/winemaker.1 > doman ${D}/usr/man/man1/wmc.1 > doman ${D}/usr/man/man1/wrc.1 > doman ${D}/usr/man/man5/wine.conf.5 > > rm ${D}/usr/man/man1/widl.1 > rm ${D}/usr/man/man1/wine.1 > rm ${D}/usr/man/man1/winebuild.1 > rm ${D}/usr/man/man1/winedbg.1 > rm ${D}/usr/man/man1/winedump.1 > rm ${D}/usr/man/man1/winemaker.1 > rm ${D}/usr/man/man1/wmc.1 > rm ${D}/usr/man/man1/wrc.1 > rm ${D}/usr/man/man5/wine.conf.5 > >}
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 66411
: 41141