Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26601 - iptstate ebuild out of date
Summary: iptstate ebuild out of date
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL: http://iptstate.phildev.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 03:39 UTC by Paul Harrington
Modified: 2003-10-13 05:50 UTC (History)
1 user (show)

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 Harrington 2003-08-14 03:39:31 UTC
Current 1.2.1 should now be 1.3.  Homepage has moved to
http://iptstate.phildev.net/.

I created a ebuild for 1.3 however this is my first attempt to it may not
be 100% correct:

S=${WORKDIR}/${P}
DESCRIPTION="IP Tables State displays states being kept by iptables in a
top-like format"
SRC_URI="http://iptstate.phildev.net/iptstate-${PV}.tar.gz"
HOMEPAGE="http://iptstate.phildev.net/"

DEPEND="sys-libs/ncurses"

SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 sparc "

src_compile() {

    make CXXFLAGS="${CXXFLAGS} -g -Wall" all

}

src_install() {

    make PREFIX=${D}/usr install
    dodoc README Changelog BUGS CONTRIB LICENSE WISHLIST
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-13 05:50:05 UTC
please mark the ebuild ~arch next time and attach it instead of posting.
bumped :)