# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" DESCRIPTION=" Discus aims to make df(1) prettier. Features include color, bar graphs, and smart formatting of numbers." HOMEPAGE="http://www.raincrazy.com/software/discus/" SRC_URI="http://www.raincrazy.com/software/discus/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" # Should really work everywhere, but requirements state I should only use # verified targets. KEYWORDS="~x86" # I think this should work with all versions of python gentoo supports DEPEND="dev-lang/python" #src_compile() { #It's a python script, no compilation neccessary. #} src_install() { dodoc AUTHORS changelog README BUGS COPYING INSTALL TODO doman *.1 exeinto /usr/bin/ doexe discus insinto /etc/ doins discusrc }