# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="command line tool to display PPP network connection statistics" # Homepage, not used by Portage directly but handy for developer reference HOMEPAGE="http://www.hczim.de/software/index.html" # Point to any required sources; these will be automatically downloaded by # Portage. PN="netcount-0.8c" PV="_pre1" P="$PN$PV" SRC_URI="www.semen.de/netcount/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" IUSE="" DEPEND=">=dev-lang/python-2.2.3" RDEPEND="$DEPEND" S=${WORKDIR}/${P} src_compile() { echo "Nothing to compile" } src_install () { # dodir /usr/bin #make DESTDIR=${D} install || die "make install failed" #make "$PWORKDIR/$P" install || die "make install failed" make "$PWORKDIR/$PN/Makefile" || die "make install failed" }