# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.18.ebuild,v 1.5 2008/01/17 20:06:30 grobian Exp $ DESCRIPTION="A program to organize many kinds of data in one place." SRC_URI="http://hnb.sourceforge.net/.files/${P}.tar.gz" HOMEPAGE="http://hnb.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND="" src_compile() { make || die } src_install() { dodoc README doc/hnbrc doman doc/hnb.1 dobin src/hnb }