Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 112198 Details for
Bug 24473
dev-libs/dbxml (Berkeley DB XML) - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dbxml-2.3.10.ebuild
dbxml-2.3.10.ebuild (text/plain), 1.26 KB, created by
Chris Carlin
on 2007-03-05 18:14:47 UTC
(
hide
)
Description:
dbxml-2.3.10.ebuild
Filename:
MIME Type:
Creator:
Chris Carlin
Created:
2007-03-05 18:14:47 UTC
Size:
1.26 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic db db-use > >DESCRIPTION="BerkeleyDB XML, a native XML database from the BerkeleyDB team" >HOMEPAGE="http://www.oracle.com/database/berkeley-db/xml/index.html" >SRC_URI="http://download-east.oracle.com/berkeley-db/${P}.tar.gz > http://download-west.oracle.com/berkeley-db/${P}.tar.gz > http://download-uk.oracle.com/berkeley-db/${P}.tar.gz" > >LICENSE="Apache-1.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >DEPEND=">=sys-libs/db-4.3.28 > =dev-libs/xerces-c-2.7.0* > >=dev-libs/xqilla-1.0.1" >RDEPEND=$DEPEND > >S="${WORKDIR}/${P}/dbxml" > >src_unpack() { > unpack ${A} > > #Tell the configure script where our db version is > db_version="$(db_findver sys-libs/db)" || die "Couldn't find db" > sed -i -e "s:db_version=.*:db_version=${db_version}:" "${S}/dist/configure" \ > || die "Couldn't set db_version with sed" >} > >src_compile() { > cd build_unix > > append-flags -I$(db_includedir) > ECONF_SOURCE=../dist > econf --with-berkeleydb=/usr --with-xqilla=/usr --with-xerces=/usr \ > || die "configure failed" > > emake -j1 || die "make failed" >} > >src_install() { > cd build_unix > #Install fails with emake > einstall || die > > db_src_install_doc >}
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 24473
:
112198
|
154843
|
154845