Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 88990 Details for
Bug 136570
dev-libs/xmingw-boost-1.33.1 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xmingw-boost-1.33.1.ebuild
xmingw-boost-1.33.1.ebuild (text/plain), 1.54 KB, created by
Kirill A. Korinsky
on 2006-06-12 12:14:51 UTC
(
hide
)
Description:
xmingw-boost-1.33.1.ebuild
Filename:
MIME Type:
Creator:
Kirill A. Korinsky
Created:
2006-06-12 12:14:51 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild,v 1.10 2006/04/15 20:43:52 morfic Exp $ > ># This ebuild was generated by Ebuilder v0.4. >inherit eutils > >DESCRIPTION="Boost Libraries for C++" >HOMEPAGE="http://www.boost.org/" >MY_PN=${PN/xmingw-} >BOOST_PV1=${PV/./_} >BOOST_PV=${BOOST_PV1/./_} >SRC_URI="mirror://gentoo/${MY_PN}_${BOOST_PV}.tar.bz2 \ > mirror://sourceforge/boost/${MY_PN}_${BOOST_PV}.tar.bz2" >LICENSE="freedist Boost-1.0" >SLOT="1" >KEYWORDS="amd64 x86" >IUSE="static threads threadsonly" > >DEPEND="dev-util/xmingw-gcc > !dev-util/boost-jam" > >S="${WORKDIR}/${MY_PN}_${BOOST_PV}" > >pkg_setup() { > if [ "${ARCH}" == "amd64" ]; then > arch= > else > arch=${ARCH} > fi > > BOOSTJAM="${S}/tools/build/jam_src/bin.*/bjam" > > XMINGW_VERSION=$(best_version dev-util/xmingw-gcc) > export XMINGW_VERSION=${XMINGW_VERSION:20} > XMINGW_INCLUDE="/opt/xmingw/include/c++/"${XMINGW_VERSION} >} > >src_compile() { > # Build bjam, a jam variant, which is used instead of make > cd "${S}/tools/build/jam_src" > ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam" >} > >src_install () { > cd "${S}" > > ${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \ > -sTOOLS=${BOOST_TOOLSET} \ > --prefix="${D}${XMINGW_INCLUDE}" \ > --sGXX="/opt/xmingw/bin/i386-mingw32msvc-g++" \ > --with-bind \ > --with-function \ > --layout=system \ > install || die "Install failed" > > mv "${D}${XMINGW_INCLUDE}/include/boost" "${D}${XMINGW_INCLUDE}/boost" > rm -rf "${D}${XMINGW_INCLUDE}/include/" >}
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 136570
: 88990