Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42779 Details for
Bug 69270
eclass for Haskell GHC packages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wxhaskell-0.8-r1.ebuild
wxhaskell-0.8-r1.ebuild (text/plain), 1.79 KB, created by
Andres Loeh (RETIRED)
on 2004-10-28 07:42:16 UTC
(
hide
)
Description:
wxhaskell-0.8-r1.ebuild
Filename:
MIME Type:
Creator:
Andres Loeh (RETIRED)
Created:
2004-10-28 07:42:16 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.8.ebuild,v 1.4 2004/10/26 13:57:18 kosmikus Exp $ > >inherit haskell wxwidgets > >DESCRIPTION="a portable and native GUI library for Haskell" >HOMEPAGE="http://wxhaskell.sourceforge.net/" >SRC_URI="mirror://sourceforge/wxhaskell/${PN}-src-${PV}.zip" >LICENSE="wxWinLL-3" >SLOT="0" > >KEYWORDS="x86 ~ppc" > >IUSE="doc gtk2" > >DEPEND="${DEPEND} > >=virtual/ghc-6.2 > >=x11-libs/wxGTK-2.4.2-r2 > doc? ( >=dev-haskell/haddock-0.6-r2 )" > >src_compile() { > local wxconfig > ghc-setup-pkg > #wxhaskell supports gtk or gtk2, but not unicode yet: > if ! use gtk2; then > need-wxwidgets gtk > else > need-wxwidgets gtk2 > fi > # non-standard configure, so econf is not an option > mv configure configure.orig > # adapt to Gentoo path convention > sed -e 's:/doc/html:/share/doc/html:' \ > configure.orig > configure > # sed -e 's:test "$wxwinlib\":test "":' configure.orig > configure > chmod u+x ./configure > # determine ghc library directory > # (so that it's possible to install the library for > # multiple versions of ghc) > wxconfig="${WX_CONFIG}" > # --wx-config must appear first according to configure file comments > ./configure \ > --wx-config=${wxconfig} \ > --prefix=${D}/usr \ > --with-opengl \ > --libdir=${D}/$(ghc-libdir) \ > --package-conf=${S}/$(ghc-localpkgconf) \ > || die "./configure failed" > emake -j1 || die "make failed" > # create documentation > if use doc; then > emake -j1 doc || die "make doc failed" > fi >} > >src_install() { > local f > emake -j1 install || die "make install failed" > for f in ${D}/$(ghc-libdir)/libwxc-*.so; do > mv ${f} ${D}/usr/lib > done > if use doc; then > dohtml -A haddock -r out/doc/* > cp -r samples ${D}/usr/share/doc/${PF} > fi > ghc-install-pkg >}
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 69270
:
42775
|
42777
|
42778
| 42779 |
43232
|
43234
|
43257
|
44121
|
44122
|
44443