Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 308829 Details for
Bug 411515
dev-util/peg - tools for generating recursive-descent parsers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
peg-0.1.8.ebuild
peg-0.1.8.ebuild (text/plain), 528 bytes, created by
Jauhien Piatlicki (RETIRED)
on 2012-04-13 21:43:47 UTC
(
hide
)
Description:
peg-0.1.8.ebuild
Filename:
MIME Type:
Creator:
Jauhien Piatlicki (RETIRED)
Created:
2012-04-13 21:43:47 UTC
Size:
528 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils toolchain-funcs > >DESCRIPTION="Tools for generating recursive-descent parsers" >HOMEPAGE="http://piumarta.com/software/peg/" >SRC_URI="http://piumarta.com/software/${PN}/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >src_prepare() { > epatch "${FILESDIR}/${P}-Makefile.patch" >} > >src_compile() { > emake CC="$(tc-getCC)" >} > >src_install() { > emake PREFIX="${D}/usr" install >}
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 411515
:
308451
|
308829
|
308831