Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113634 Details for
Bug 171317
net-libs/libcidr [new ebuild]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libcidr-1.1.ebuild (-r191)
libcidr-1.1.ebuild (text/plain), 1.04 KB, created by
Kalin KOZHUHAROV
on 2007-03-18 08:28:13 UTC
(
hide
)
Description:
libcidr-1.1.ebuild (-r191)
Filename:
MIME Type:
Creator:
Kalin KOZHUHAROV
Created:
2007-03-18 08:28:13 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A library for manipulating CIDR notations; IPv6 enabled ipcalc (cidrcalc)" >HOMEPAGE="http://www.over-yonder.net/~fullermd/projects/libcidr/" >SRC_URI="http://www.over-yonder.net/~fullermd/projects/libcidr/${P}.tar.bz2" >LICENSE="as-is" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc" > >DEPEND="${DEPEND}" > >RDEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} > cd ${S} > # Use CFLAGS as defined in the system > sed -i 's/^_CFLAGS \:= \(-g -Os -pipe\) \(.*\)/_CFLAGS ?= \1\n_CFLAGS += \2/;' src/*.inc >} > >src_compile() { > export _CFLAGS="${CFLAGS}" > emake || die "emake failed" >} > >src_install() { > cd ${S} > > dobin src/examples/cidrcalc/cidrcalc > > dolib src/libcidr.so.0 src/libcidr.so > > insinto /usr/include > doins include/libcidr.h > > doman docs/libcidr.3 > > dodoc README LICENSE > > if use doc ; then > insinto /usr/share/doc/${P} > rm -f src/examples/*.o src/examples/*/*.o > dosed -r src/examples > doins -r src/examples > 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 171317
: 113634