Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203019 Details for
Bug 283561
android-ndk-1.6_p1 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for android-ndk
android-ndk-1.5_p1.ebuild (text/plain), 1.32 KB, created by
DrChandra the Gentoo Person
on 2009-09-02 21:46:48 UTC
(
hide
)
Description:
ebuild for android-ndk
Filename:
MIME Type:
Creator:
DrChandra the Gentoo Person
Created:
2009-09-02 21:46:48 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >MY_P="${PN}-${PV/_p/_r}" >MY_PP="${MY_P}-linux-x86" >MY_PB="${MY_P/_r*/}" > >DESCRIPTION="Open Handset Alliance's Android NDK/" >HOMEPAGE="http://developer.android.com/sdk/ndk/${PV/_p/_r}/index.html" >SRC_URI="http://dl.google.com/android/ndk/${MY_PP}.zip" >RESTRICT="mirror strip" > >LICENSE="android" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc examples" > >DEPEND="app-arch/unzip" >RDEPEND="" >QA_TEXTRELS="opt/${MY_PB}/build/platforms/android-1.5/arch-arm/usr/lib/libc.so >opt/${MY_PB}/build/platforms/android-1.5/arch-arm/usr/lib/libdl.so >opt/${MY_PB}/build/platforms/android-1.5/arch-arm/usr/lib/libthread_db.so" > >src_install(){ > local destdir="/opt/${P/_p*/}" > dodir "${destdir}" > > cd "${MY_P}" > > dodoc README.TXT || die > cp GNUmakefile "${D}/${destdir}/" || die "failed to copy" > cp -pPR apps "${D}/${destdir}/" || die "failed to copy" > cp -pPR build "${D}/${destdir}/" || die "failed to copy" > cp -pPR out "${D}/${destdir}/" || die "failed to copy" > mkdir "${D}/${destdir}/sources" > use examples && cp -pPR sources/samples "${D}/${destdir}/sources" || die "failed to copy" > dodoc docs/*.TXT > use doc && mkdir -p "${D}/usr/share/doc/${PF}/system/libc" > docinto "${D}/usr/share/doc/${PF}/system/libc" > dodoc docs/system/libc/* >}
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 283561
:
203019
|
205955
|
216408
|
274667
|
283555