Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226459 Details for
Bug 313005
dev-lang/luajit-2.0.0_beta4 ebuild submission
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
luajit-2.0.0_beta4.ebuild
luajit-2.0.0_beta4.ebuild (text/plain), 585 bytes, created by
Marcin Kowalski
on 2010-04-03 18:05:29 UTC
(
hide
)
Description:
luajit-2.0.0_beta4.ebuild
Filename:
MIME Type:
Creator:
Marcin Kowalski
Created:
2010-04-03 18:05:29 UTC
Size:
585 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator >DESCRIPTION="LuaJIT - Alternate LUA implementation" > >HOMEPAGE="http://luajit.org" > >MYPV=$(replace_version_separator 3 -) > >SRC_URI="http://luajit.org/download/LuaJIT-${MYPV}.tar.gz" > >LICENSE="GPL-2" > >SLOT="0" > >KEYWORDS="~x86 ~amd64" > > >DEPEND="${RDEPEND}" > > >RDEPEND="" > >src_compile() { > cd "LuaJIT-${MYPV}" > emake || die "emake failed" >} > >src_install() { > cd "LuaJIT-${MYPV}" > emake DESTDIR="${D}" install || die "emake install failed" >} >
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 313005
: 226459 |
231575
|
231577
|
232101
|
232223
|
248938