Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56115 Details for
Bug 23311
nbfc-0.1.1.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
more correct ebuild, imho
nbfc-0.1.1.ebuild (text/plain), 704 bytes, created by
blacktiger
on 2005-04-12 13:07:16 UTC
(
hide
)
Description:
more correct ebuild, imho
Filename:
MIME Type:
Creator:
blacktiger
Created:
2005-04-12 13:07:16 UTC
Size:
704 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-lang/nbfc/nbfc-0.1.1.ebuild,v 1.0 2003/06/22 13:12:00 speuler Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="nbfc compiles brainfuck source to executable program" >HOMEPAGE="http://freshmeat.net/projects/nbfc" >SRC_URI="http://www.forthfreak.net/misc/${P}.tar.bz2" > >KEYWORDS="~x86" >LICENSE="GPL" >SLOT="0" > >DEPEND="virtual/glibc" > >src_unpack() { > unpack ${A} || die >} > >src_compile() { > strip-flags > filter-flags "-O" > append-flags "-O" > cd ${WORKDIR} > emake || die >} > > >src_install () { > dobin ${WORKDIR}/nbfc > doman ${WORKDIR}/nbfc.1 >}
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 23311
:
13717
|
13718
| 56115