diff options
author | Joe McCann <joem@gentoo.org> | 2005-03-10 00:08:01 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-03-10 00:08:01 +0000 |
commit | f5fed6af28a4118f966deb0cb3e5ad5d6d406d6a (patch) | |
tree | f3e1dd4e477b155abac9d2964963f1f6bb7f285c /app-text/gnome-doc-utils/gnome-doc-utils-0.1.3.ebuild | |
parent | apply fosers patch (diff) | |
download | gentoo-2-f5fed6af28a4118f966deb0cb3e5ad5d6d406d6a.tar.gz gentoo-2-f5fed6af28a4118f966deb0cb3e5ad5d6d406d6a.tar.bz2 gentoo-2-f5fed6af28a4118f966deb0cb3e5ad5d6d406d6a.zip |
New package. set of utils for gnome documentation
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/gnome-doc-utils/gnome-doc-utils-0.1.3.ebuild')
-rw-r--r-- | app-text/gnome-doc-utils/gnome-doc-utils-0.1.3.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.1.3.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.1.3.ebuild new file mode 100644 index 000000000000..8120137e6a11 --- /dev/null +++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.1.3.ebuild @@ -0,0 +1,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.1 2005/03/10 00:08:00 joem 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" +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 + +} + |