Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93123 Details for
Bug 142284
sci-mathematics/xppaut new ebuild proposal
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xppaut ebuild
xppaut-5.96.ebuild (text/plain), 883 bytes, created by
dawe
on 2006-07-31 07:59:19 UTC
(
hide
)
Description:
xppaut ebuild
Filename:
MIME Type:
Creator:
dawe
Created:
2006-07-31 07:59:19 UTC
Size:
883 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic toolchain-funcs > >DESCRIPTION="" >HOMEPAGE="http://www.math.pitt.edu/~bard/xpp/xpp.html" >SRC_URI="http://www.math.pitt.edu/~bard/bardware/xppaut5.96.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~ia64" >IUSE="doc" > >DEPEND="virtual/x11" >RDEPEND="" > >S="${WORKDIR}/${P}" > >src_unpack() { > unpack ${A} > cd ${WORKDIR} > sed "s:CFLAGS=:CFLAGS= ${CFLAGS}:" -i Makefile >} > >src_compile() { > cd ${WORKDIR} > emake \ > CC="$(tc-getCC)" \ > || die "Make failed" >} > >src_install() { > dobin ${WORKDIR}/xppaut > dodir /usr/share/xppaut > if use doc; then > dohtml ${WORKDIR}/help/*.html > fi > insinto /usr/share/xppaut > doins ${WORKDIR}/help/odes/* > doins ${WORKDIR}/ode/* > > echo > einfo "Example ODE files have been added into" > einfo "/usr/share/xppaut" > echo >}
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 142284
: 93123