Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216792 Details for
Bug 224165
Ebuild for net-libs/libmicrohttpd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for version 0.4.4.
libmicrohttpd-0.4.4.ebuild (text/plain), 855 bytes, created by
Nuno
on 2010-01-18 10:39:32 UTC
(
hide
)
Description:
Ebuild for version 0.4.4.
Filename:
MIME Type:
Creator:
Nuno
Created:
2010-01-18 10:39:32 UTC
Size:
855 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils libtool > >DESCRIPTION="A small library implementing an HTTP 1.1 web server" >HOMEPAGE="http://gnunet.org/libmicrohttpd/" >SRC_URI="http://gnunet.org/libmicrohttpd/download/${P}.tar.gz" > >LICENSE="LGPL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="test? ( > advtest? ( > net-misc/socat > app-forensics/zzuf > ) > net-misc/curl > )" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > econf || die "econf failed" > emake || die "emake failed" >} > >src_test() { > emake check || die "some test failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog NEWS README > > if use examples; then > insinto /usr/share/doc/${PF}/examples > doins src/examples/*.c > 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 224165
:
154765
|
154815
|
216792
|
216804
|
219681
|
235885
|
242521