Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2240 - libdnet-1.4.ebuild
Summary: libdnet-1.4.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 13:23 UTC by Paul Belt
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-04-29 13:23:00 UTC
DESCRIPTION="libdnet provides a simplified, portable interface to several
low-level networking routines, including network address manipulation, kernel
arp(4) cache and route(4) table lookup and manipulation, network firewalling,
network interface lookup and manipulation, and raw IP packet and Ethernet frame
transmission."
SRC_URI="http://prdownloads.sourceforge.net/libdnet/${P}.tar.gz"
HOMEPAGE="http://libdnet.sourceforge.net/"

src_compile() {
    ./configure --prefix=/usr || die
    emake || die
}

src_install () {
    make prefix=${D}/usr \
         install || die

    dodoc COPYING.LIB ChangeLog VERSION README
}
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-05-01 01:06:51 UTC
committed to dev-libs