| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild,v 1.2 2009/10/11 16:55:03 mrpouet Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild,v 1.4 2009/10/22 20:59:45 klausman Exp $ |
| 4 | |
4 | |
| 5 | DESCRIPTION="A perfect hash function generator" |
5 | DESCRIPTION="A perfect hash function generator" |
| 6 | HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" |
6 | HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" |
| 7 | SRC_URI="mirror://gnu/gperf/${P}.tar.gz" |
7 | SRC_URI="mirror://gnu/gperf/${P}.tar.gz" |
| 8 | |
8 | |
| 9 | LICENSE="GPL-2" |
9 | LICENSE="GPL-2" |
| 10 | SLOT="0" |
10 | SLOT="0" |
| 11 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
11 | KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
| 12 | IUSE="" |
12 | IUSE="" |
| 13 | |
13 | |
| 14 | src_install() { |
14 | src_install() { |
| 15 | emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die |
15 | emake DESTDIR="${D}" htmldir=/usr/share/doc/${PF}/html install || die |
| 16 | dodoc AUTHORS ChangeLog NEWS README |
16 | dodoc AUTHORS ChangeLog NEWS README |