Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60904 Details for
Bug 83167
wxMaxima-0.6.0 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A different take on the 0.6.1 ebuild
wxMaxima-0.6.1.ebuild (text/plain), 761 bytes, created by
Yosef Meller
on 2005-06-09 07:00:00 UTC
(
hide
)
Description:
A different take on the 0.6.1 ebuild
Filename:
MIME Type:
Creator:
Yosef Meller
Created:
2005-06-09 07:00:00 UTC
Size:
761 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A Graphical frontend to Maxima, using the wxWidgets toolkit." >HOMEPAGE="http://wxmaxima.sourceforge.net/" >SRC_URI="mirror://sourceforge/wxmaxima/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=dev-libs/libxml2-2.5.0 > >=x11-libs/wxGTK-2.4.0" >RDEPEND="sci-mathematics/maxima" > >inherit eutils > >src_unpack () { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/doc_dir.patch >} > >src_compile () { > cd ${S} > > aclocal > econf > make >} > >src_install () { > make install DESTDIR=${D} > install -D -m 644 maxima-new.png ${D}/usr/share/pixmaps/maxima-new.png > make_desktop_entry wxmaxima wxMaxima "maxima-new.png" Science >} >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 83167
:
59701
| 60904 |
60905