Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72687 Details for
Bug 96711
dev-lang/freebasic - Multi-platform BASIC compiler, syntax compatible with QuickBASIC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
FreeBasic-0.14b
freebasic-0.14b.ebuild (text/plain), 974 bytes, created by
Ossi Rosten
on 2005-11-11 11:33:12 UTC
(
hide
)
Description:
FreeBasic-0.14b
Filename:
MIME Type:
Creator:
Ossi Rosten
Created:
2005-11-11 11:33:12 UTC
Size:
974 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lang/freebasic/freebasic-0.14b.ebuild,v 1 2005/06/20 15:41:25 seemant Exp $ > >DESCRIPTION="FreeBASIC is an open-source BASIC compiler with syntax that is the most compatible possible with MS-QuickBASIC" >HOMEPAGE="http://www.freebasic.net/" >SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/fbc/FreeBASIC-v0.14b-linux.tar.gz" > >LICENSE="GPL-1" >SLOT="0" >KEYWORDS="x86 -*" >IUSE="" > >DEPEND="" >RDEPEND="" > >src_compile() { > einfo Nothing to compile >} > > >src_install() { > > cd ${WORKDIR}/FreeBASIC > > base="${D}/usr/share" > dest="$base/freebasic" > > mkdir -p -m 0755 "$dest" > mkdir -p -m 0755 "$dest"/bin > mkdir -p -m 0755 "$dest"/inc > mkdir -p -m 0755 "$dest"/lib > > mkdir ${D}/usr/bin > > cp lib/linux/* "$dest"/lib > cp -r inc/* "$dest"/inc > cp bin/linux/* "$dest"/bin > cp fbc "$dest"/bin > > (cd ${D}/usr/bin;ln -s "$dest"/bin/fbc fbc) > > >}
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 96711
:
61649
| 72687 |
85376
|
85378
|
85379
|
85380
|
386510
|
386512
|
386514
|
496422
|
496424