Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145927 Details for
Bug 212951
app-crypt/pinentry-0.7.4-r1 can't build on uclibc due to lack of iconv support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mini-iconv-0.1.ebuild
mini-iconv-0.1.ebuild (text/plain), 962 bytes, created by
Aurélien Francillon
on 2008-03-12 21:04:46 UTC
(
hide
)
Description:
mini-iconv-0.1.ebuild
Filename:
MIME Type:
Creator:
Aurélien Francillon
Created:
2008-03-12 21:04:46 UTC
Size:
962 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=1 > >inherit eutils >DESCRIPTION="This is a minimalistic iconv library" > >HOMEPAGE="http://tinderbox.dev.gentoo.org/portage/local/misc/mini-iconv/" > > >SRC_URI=" >http://tinderbox.dev.gentoo.org/portage/local/misc/mini-iconv/Makefile >http://tinderbox.dev.gentoo.org/portage/local/misc/mini-iconv/README >http://tinderbox.dev.gentoo.org/portage/local/misc/mini-iconv/iconv.c >http://tinderbox.dev.gentoo.org/portage/local/misc/mini-iconv/iconv.h >" > >LICENSE="UNKNOWN" > >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND="!dev-libs/libiconv > !sys-libs/glibc" >DDEPEND="${DEPEND}" > >S="${WORKDIR}/${P}" >src_unpack() { > mkdir ${S} > for i in Makefile iconv.c iconv.h README; do > cp "${DISTDIR}"/${i} ${S}/ > done >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > > emake DESTDIR="${D}" install || die "emake install failed" > dodoc ${S}/README >}
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 212951
:
145796
|
145924
|
145925
|
145926
| 145927