Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92898 Details for
Bug 60892
OpenThreads-1.3.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openthreads-1.4.3.ebuild
openthreads-1.4.3.ebuild (text/plain), 1.14 KB, created by
Rene Meier
on 2006-07-28 01:01:26 UTC
(
hide
)
Description:
openthreads-1.4.3.ebuild
Filename:
MIME Type:
Creator:
Rene Meier
Created:
2006-07-28 01:01:26 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils fixheadtails multilib toolchain-funcs > >MY_PN=OpenThreads >OSG_V=1.1 >DESCRIPTION="Cross-platform, lightweight C++ thread API" >HOMEPAGE="http://www.openscenegraph.org/" >SRC_URI="http://www.openscenegraph.org/downloads/snapshots/OSG_OP_OT-${OSG_V}.zip" > >SLOT="0" >LICENSE="LGPL-2.1" >KEYWORDS="x86" >IUSE="doc examples" > >DEPEND="doc? ( app-doc/doxygen ) > app-arch/unzip" > >S=${WORKDIR}/OSG_OP_OT-${OSG_V}/${MY_PN} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}"/${P}-build.patch > > ht_fix_all >} > >src_compile() { > emake CXX=$(tc-getCXX) || die "emake failed" > > if use doc ; then > cd docs > doxygen -u doxyfile > doxygen doxyfile > fi >} > >src_install() { > make INST_LOCATION="${D}"/usr install || die "make install failed" > > dosym /usr/$(get_libdir)/lib${MY_PN}.so{.${PV%%.*},} || die "dosym failed" > > use doc && dohtml docs/html/* > > if use examples ; then > insinto /usr/share/doc/${PF}/examples > doins -r examples_src/* > fi > > insinto /usr/$(get_libdir)/pkgconfig > doins Make/${PN}.pc > > dodoc AUTHORS.txt ChangeLog README.txt >}
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 60892
:
37728
|
37729
|
37730
|
45796
|
71384
|
71385
|
71481
|
77423
|
83833
|
90602
|
90727
|
90728
| 92898 |
92899