Parent Directory
|
Revision Log
Fixing CC variable, closes bug #243730 (Portage version: 2.1.6.13/cvs/Linux i686)
| 1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-text/hnb/hnb-1.9.17.ebuild,v 1.11 2008/01/17 20:06:30 grobian Exp $ |
| 4 | |
| 5 | inherit toolchain-funcs |
| 6 | |
| 7 | DESCRIPTION="A program to organize many kinds of data in one place." |
| 8 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
| 9 | HOMEPAGE="http://hnb.sourceforge.net/" |
| 10 | |
| 11 | SLOT="0" |
| 12 | LICENSE="GPL-2" |
| 13 | KEYWORDS="x86 ppc ~sparc" |
| 14 | IUSE="" |
| 15 | |
| 16 | DEPEND="" |
| 17 | RDEPEND="" |
| 18 | |
| 19 | src_compile() { |
| 20 | emake CC=$(tc-getCC) || die |
| 21 | } |
| 22 | |
| 23 | src_install() { |
| 24 | dodoc README doc/hnbrc |
| 25 | doman doc/hnb.1 |
| 26 | dobin src/hnb |
| 27 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |