Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108643 Details for
Bug 162846
dev-cpp/poco (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
poco-1.2.8.ebuild
poco-1.2.8.ebuild (text/plain), 736 bytes, created by
Lorenzo Villani
on 2007-01-30 18:29:34 UTC
(
hide
)
Description:
poco-1.2.8.ebuild
Filename:
MIME Type:
Creator:
Lorenzo Villani
Created:
2007-01-30 18:29:34 UTC
Size:
736 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="C++ POrtable COmponents framework" >HOMEPAGE="http://www.pocoproject.org" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="Boost" >SLOT="0" >KEYWORDS="~x86" >IUSE="examples test" > >src_compile() { > local myconf="" > use examples || myconf="${myconf} --no-samples" > use test || myconf="${myconf} --no-tests" > > sed -i {s/"LINKMODE = SHARED"/"LINKMODE = BOTH"/} build/config/Linux > > ./configure ${myconf} --prefix=/usr || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" >} > >src_test() { > make tests || die "make tests failed" >}
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 162846
:
107480
|
107613
|
107615
|
107616
| 108643 |
143878
|
143989
|
144102
|
144104