Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80168 Details for
Bug 71086
wx.NET (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxnet-0.7.2.ebuild
wxnet-0.7.2.ebuild (text/plain), 1.85 KB, created by
Radek Podgorny
on 2006-02-19 05:52:42 UTC
(
hide
)
Description:
wxnet-0.7.2.ebuild
Filename:
MIME Type:
Creator:
Radek Podgorny
Created:
2006-02-19 05:52:42 UTC
Size:
1.85 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils wxwidgets mono > >DESCRIPTION="wxWidgets bindings for mono" >HOMEPAGE="http://wxnet.sf.net/" >SRC_URI="http://puzzle.dl.sourceforge.net/sourceforge/${PN}/wx.NET-${PV}-Source.tar.gz" > >LICENSE="wxWinLL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="unicode" >RDEPEND=">=x11-libs/wxGTK-2.6.1" >DEPEND=" > >=dev-lang/mono-1.0.4-r1 > dev-lang/perl > >=dev-util/premake-3.0 > " >S="${WORKDIR}/wx.NET-${PV}" > >pkg_setup() { > export WX_GTK_VER="2.6" > > need-wxwidgets gtk2 || die "Emerge wxGTK with gtk2 in USE" > > if use unicode; then > need-wxwidgets unicode || die "Emerge wxGTK with unicode in USE" > fi >} > >src_unpack() { > unpack ${A} || die "Unpacking the source failed" > > epatch ${FILESDIR}/premake.patch > epatch ${FILESDIR}/premake.lua.patch > > cd ${S}/Build/Linux || die "Could not change directory" > cp Defs.in.template Defs.in > epatch ${FILESDIR}/Defs.in.patch > > cd ${S}/Build/Common || die "Could not change directory" > epatch ${FILESDIR}/wx-config-helper.patch >} > >src_compile() { > cd ${S}/Build/Linux > > # Just satisfy the stupid wx-config-helper script > mkdir -p ${S}/wx/lib/wx/config > cp /usr/lib/wx/config/${WX_CONFIG_NAME} ${S}/wx/lib/wx/config/ || \ > die "Could not copy wx-config file" > > emake wxnet || die "make wxnet failed" >} > >src_install() { > dodir /usr/lib/wxnet > > dodir /usr/share/doc/${PF}/{Samples,Bin} > dodir /usr/bin > cp -R ${S}/Samples/* ${D}/usr/share/doc/${PF}/Samples/ > cp ${S}/Sample-Launcher.sh ${D}/usr/share/doc/${PF}/ > cd ${S}/Bin > dolib libwx-c.so *dll > dodoc README.txt > dohtml ${S}/Docs/Manual/* > cp wxnet-run *exe ${D}/usr/share/doc/${PF}/Bin/ > dosym /usr/share/doc/${PF}/Bin/towxnet.exe /usr/bin/towxnet.exe || die "dosym failed" >} > >pkg_postinst() { > einfo "You can view a demo by running:" > einfo "/usr/share/doc/${PF}/Sample-Launcher.sh" >}
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 71086
:
43879
|
43880
|
43909
|
45185
|
49777
|
49778
|
57952
|
64047
|
64048
|
64380
|
64381
|
80164
|
80166
|
80167
|
80168
|
80174
|
80207
|
80208
|
141145
|
141147