Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344042 Details for
Bug 464128
dev-libs/libconfig - add multilib ABI support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
An updated version of the ebuild.
libconfig-1.4.9-r1.ebuild (text/plain), 1.16 KB, created by
Karl Lindén
on 2013-04-02 07:05:23 UTC
(
hide
)
Description:
An updated version of the ebuild.
Filename:
MIME Type:
Creator:
Karl Lindén
Created:
2013-04-02 07:05:23 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >inherit eutils autotools-multilib > >DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files" >HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html" >SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" >IUSE="+cxx examples static-libs" > >DEPEND=" > sys-devel/libtool > sys-devel/bison" >RDEPEND="" > >PATCHES=( "${FILESDIR}/${P}-out-of-source-build.patch" ) > >AUTOTOOLS_AUTORECONF="1" > >src_configure() { > local myeconfargs=( > $(use_enable cxx) > --disable-examples > ) > autotools-multilib_src_configure >} > >local_src_test() { > pushd "${BUILD_DIR}" > /dev/null || die > emake test || die "test failed" > popd > /dev/null || die >} > >src_test() { > # It responds to check but that does not work as intended > multilib_foreach_abi local_src_test >} > >src_install() { > autotools-multilib_src_install > if use examples; then > local dir > for dir in examples/c examples/c++; do > insinto /usr/share/doc/${PF}/${dir} > doins ${dir}/* > done > fi >}
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 464128
:
344000
|
344002
| 344042