Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213908 Details for
Bug 298078
New Ebuild dev-libs/libcgi
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed ebuild
libcgi-1.0.ebuild (text/plain), 984 bytes, created by
j.habenicht
on 2009-12-23 09:39:41 UTC
(
hide
)
Description:
proposed ebuild
Filename:
MIME Type:
Creator:
j.habenicht
Created:
2009-12-23 09:39:41 UTC
Size:
984 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >#EAPI=0 > >inherit eutils flag-o-matic > >DESCRIPTION="A CGI library written in C" >HOMEPAGE="http://libcgi.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" ># On freshmeat this is marked as LGPL. In the package itself, there is no license text. >LICENSE="" > >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" >#RESTRICT="strip" >DEPEND="" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/Makefile.in-fix-destdir.patch" >} > > ># The following src_compile function is implemented as default by portage, so ># you only need to call it, if you need a different behaviour. >src_compile() { > # have to append PIC flag manually. The configure script doesn't set > # this automatically in version version 1.0 > append-flags -fPIC > econf > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install 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 298078
:
213908
|
213909
|
213910