Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113624 Details for
Bug 151566
dev-embedded/gezel-1.6b fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gezel-1.7.ebuild
gezel-1.7.ebuild (text/plain), 1.07 KB, created by
Aurélien Francillon
on 2007-03-18 04:32:41 UTC
(
hide
)
Description:
gezel-1.7.ebuild
Filename:
MIME Type:
Creator:
Aurélien Francillon
Created:
2007-03-18 04:32:41 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-embedded/gezel/gezel-1.7.ebuild,v 1.2 2005/06/26 09:21:28 dholm Exp $ > >inherit eutils java-pkg-2 > >DESCRIPTION="GEZEL is a language and open environment for exploration, simulation and implementation of domain-specific micro-architectures." >HOMEPAGE="http://rijndael.ece.vt.edu/gezel2/index.php/Main_Page" >SRC_URI="mirror://gentoo/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~ppc ~x86" >IUSE="java" > >RDEPEND="dev-libs/gmp > java? (>=virtual/jre-1.4)" > >DEPEND="dev-libs/gmp > java? (>=virtual/jdk-1.4)" > >src_unpack(){ > unpack ${A} > epatch ${FILESDIR}/gezel-1.7_gentoo.patch > # forcing regeneration of files from bison > touch ${S}/gezel/fdl.ll >} > >src_compile() { > econf --with-pic --enable-gezel51 $(use_enable java)|| die 'configure failed' > emake JAVAC=javac JAVAH=javah || die 'compile failed' >} > >src_install() { > make DESTDIR=${D} install || die > dodoc AUTHORS BUGS NEWS README TODO doc/*.* > docinto umlistings > dodoc doc/umlistings/* >}
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 151566
:
113619
|
113621
|
113622
|
113624
|
113725