Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 43513 Details for
Bug 70419
XPLC ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
XPLC ebuild
xplc-0.3.10.ebuild (text/plain), 691 bytes, created by
Peter Colijn
on 2004-11-07 23:11:57 UTC
(
hide
)
Description:
XPLC ebuild
Filename:
MIME Type:
Creator:
Peter Colijn
Created:
2004-11-07 23:11:57 UTC
Size:
691 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="Cross Platform Lightweight Component library for C++" >HOMEPAGE="http://xplc.sourceforge.net" >SRC_URI="mirror://sourceforge/xplc/${P}.tar.gz" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~x86 ~sparc -alpha ~amd64 -hppa ~ppc" >IUSE="" > >DEPEND="virtual/libc > >=sys-devel/gcc-3.3.1 > pkgconfig" > >S=${WORKDIR}/${P} > >src_unpack() { > unpack ${A} ; cd ${S} >} > >src_compile() { > econf || die > make || die "compile failed" >} > >src_install() { > make DESTDIR=${D} install || die > dosym /usr/lib/pkgconfig/${P}.pc /usr/lib/pkgconfig/${PN}.pc > dodoc LICENSE README NEWS CREDITS >}
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 70419
: 43513