# 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. P="netcount-0.8c_pre" 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() { make install DIST="GENTOO" || die }