You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
781 B
35 lines
781 B
# Copyright 1999-2012 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-r1.ebuild,v 1.7 2012/05/29 19:24:53 ranger Exp $
|
|
|
|
EAPI="2"
|
|
|
|
inherit eutils toolchain-funcs
|
|
|
|
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 ~amd64-linux ~x86-linux ~ppc-macos"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="sys-libs/ncurses"
|
|
|
|
src_prepare() {
|
|
epatch "${FILESDIR}/${P}-flags.patch" "${FILESDIR}/${P}-include.patch"
|
|
}
|
|
|
|
src_compile() {
|
|
tc-export CC
|
|
default_src_compile
|
|
}
|
|
|
|
src_install() {
|
|
dodoc README doc/hnbrc
|
|
doman doc/hnb.1
|
|
dobin src/hnb
|
|
}
|