summaryrefslogtreecommitdiff
blob: feaa0bdb7717bda64f425e1c9fbaf5f737492946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.1.3.ebuild,v 1.8 2005/06/05 18:48:34 foser Exp $

inherit gnome2

DESCRIPTION="A collection of documentation utilities for the Gnome project"
HOMEPAGE="http://www.gnome.org"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64 ~sparc ~hppa ~ppc64 ~ia64"
IUSE=""

RDEPEND=">=dev-libs/libxml2-2.6.12
	>=dev-libs/libxslt-1.1.8"

DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/intltool"

DOCS="AUTHORS ChangeLog NEWS README"

USE_DESTDIR="1"

src_unpack() {

	unpack ${A}
	cd ${S}
	# don't run scrollkeeper until gnome2_pkg_postinst
	gnome2_omf_fix doc/xslt/Makefile.in \
				   doc/gnome-doc-make/Makefile.in \
				   gnome-doc-utils.make

}