Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79175 Details for
Bug 122061
dev-libs/angelscript (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
angelscript-2.5.0b.ebuild
angelscript-2.5.0b.ebuild (text/plain), 699 bytes, created by
Adrian Frühwirth
on 2006-02-07 16:18:03 UTC
(
hide
)
Description:
angelscript-2.5.0b.ebuild
Filename:
MIME Type:
Creator:
Adrian Frühwirth
Created:
2006-02-07 16:18:03 UTC
Size:
699 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit toolchain-funcs > >MY_P=${PN}_${PV} > >DESCRIPTION="A flexible, cross-platform scripting library" >HOMEPAGE="http://www.angelcode.com/angelscript/" >SRC_URI="http://www.angelcode.com/${PN}/sdk/files/${MY_P}.zip" > >LICENSE="ZLIB" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >DEPEND="" > >S=${WORKDIR}/sdk/${PN}/projects/gnuc > >src_compile() { > emake \ > CXX=$(tc-getCXX) \ > CXXFLAGS="${CXXFLAGS}" \ > || die "emake failed" >} > >src_install() { > dodir /usr/lib > dodir /usr/include > make LOCAL="${D}/usr" install || die "make install failed" > cd ${WORKDIR}/sdk > useq doc && dohtml -r docs >} >
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 122061
: 79175 |
231481