summaryrefslogtreecommitdiff
blob: c78cf664760f57709c24a6084814de2b66eccd13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/autobook/autobook-1.3.ebuild,v 1.6 2004/09/11 23:06:32 mr_bones_ Exp $

DESCRIPTION="GNU Autoconf, Automake and Libtool"
HOMEPAGE="http://sources.redhat.com/autobook/"
SRC_URI="http://sources.redhat.com/autobook/${P}.tar.gz"

LICENSE="OPL"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
DEPEND=""

src_install() {
	dohtml *
}