| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.11 2011/02/10 09:10:01 haubi Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.4.ebuild,v 1.12 2011/02/13 19:50:40 grobian Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | |
6 | |
| 7 | DESCRIPTION="A perfect hash function generator" |
7 | DESCRIPTION="A perfect hash function generator" |
| 8 | HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" |
8 | HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" |
| 9 | SRC_URI="mirror://gnu/gperf/${P}.tar.gz" |
9 | SRC_URI="mirror://gnu/gperf/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" |
13 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | |
15 | |
| 16 | src_install() { |
16 | src_install() { |
| 17 | emake DESTDIR="${D}" htmldir="${EPREFIX}"/usr/share/doc/${PF}/html install || die |
17 | emake DESTDIR="${D}" htmldir="${EPREFIX}"/usr/share/doc/${PF}/html install || die |
| 18 | dodoc AUTHORS ChangeLog NEWS README |
18 | dodoc AUTHORS ChangeLog NEWS README |