diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-31 02:36:42 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-31 02:36:42 +0000 |
commit | 6ab39ae0098efae9e4fe4618a8213cbfea84c5f5 (patch) | |
tree | 070ae1ca516b8d73a06fe4f2b8017ae030397314 /gnome-extra/libgtkhtml/libgtkhtml-2.2.0.ebuild | |
parent | GNOME 2.2 RC2 (diff) | |
download | historical-6ab39ae0098efae9e4fe4618a8213cbfea84c5f5.tar.gz historical-6ab39ae0098efae9e4fe4618a8213cbfea84c5f5.tar.bz2 historical-6ab39ae0098efae9e4fe4618a8213cbfea84c5f5.zip |
GNOME 2.2 RC2
Diffstat (limited to 'gnome-extra/libgtkhtml/libgtkhtml-2.2.0.ebuild')
-rw-r--r-- | gnome-extra/libgtkhtml/libgtkhtml-2.2.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-extra/libgtkhtml/libgtkhtml-2.2.0.ebuild b/gnome-extra/libgtkhtml/libgtkhtml-2.2.0.ebuild new file mode 100644 index 000000000000..1969f7fa6ec7 --- /dev/null +++ b/gnome-extra/libgtkhtml/libgtkhtml-2.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgtkhtml/libgtkhtml-2.2.0.ebuild,v 1.1 2003/01/31 02:36:42 foser Exp $ + +inherit gnome2 + +S=${WORKDIR}/${P} +DESCRIPTION="a Gtk+ based HTML rendering library" +HOMEPAGE="http://www.gnome.org/" +SLOT="1" +LICENSE="LGPL-2.1 GPL-2" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=x11-libs/gtk+-2.1 + >=dev-libs/libxml2-2.4.16 + >=gnome-base/gnome-vfs-2 + >=gnome-base/gail-1" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO docs/IDEAS" + +MAKEOPTS="-j1" |