Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160612 Details for
Bug 232033
[science overlay] sci-mathematics/gap-guava (New ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for guava
gap-guava-3.5.ebuild (text/plain), 1.49 KB, created by
François Bissey
on 2008-07-17 01:49:44 UTC
(
hide
)
Description:
New ebuild for guava
Filename:
MIME Type:
Creator:
François Bissey
Created:
2008-07-17 01:49:44 UTC
Size:
1.49 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ >inherit eutils > >DESCRIPTION="GUAVA is a package that implements coding theory algorithms in GAP" >HOMEPAGE="http://sage.math.washington.edu/home/wdj/guava/" >SLOT="0" >IUSE="" >LICENSE="GPL-2 GPL-3" >KEYWORDS="~x86" > >MY_PN="guava" >SRC_URI="http://sage.math.washington.edu/home/wdj/${MY_PN}/${MY_PN}${PV}.tar.gz" > >DEPEND="sci-mathematics/gap" > >#### delete the next line when moving this ebuild to the main tree! >RESTRICT=mirror > >MY_S="${WORKDIR}/${MY_PN}${PV}" > >src_unpack() { > unpack ${A} > > cd "${MY_S}" > epatch "${FILESDIR}/${MY_PN}-makefile-in.patch" >} > >src_compile() { > cd "${MY_S}" ># not a true configuration script from autoconf. > ./configure /usr/share/gap || die "econf failed" > emake CFLAGS="${CFLAGS}" || die "emake failed" >} > >src_install() { > cd "${MY_S}" > source /usr/share/gap/sysinfo.gap > > exeinto "/usr/share/gap/pkg/${MY_PN}/bin" > doexe bin/* || die "installation of binaries failed" > exeinto "/usr/share/gap/pkg/${MY_PN}/bin/leon" > doexe bin/leon/* || die "installation of leon's binaries failed" > rm "bin/${GAParch}"/*.o > exeinto "/usr/share/gap/pkg/${MY_PN}/bin/${GAParch}" > doexe "bin/${GAParch}"/* || die "installation of gaparch binaries failed" > insinto "/usr/share/gap/pkg/${MY_PN}" > doins -r htm lib tbl guava_gapdoc.gap init.g PackageInfo.g read.g || die "installation of miscallenous files failed" > dodoc README.guava COPYING.guava doc/manual.pdf src/leon/doc/leon_guava_manual.pdf >} >
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 232033
: 160612 |
160613