diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-04 09:29:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-04 09:29:32 +0000 |
commit | 924f023a75ba8f6aa65f98e0a55cfbde372f77f0 (patch) | |
tree | 1de3b39c77c0737b29d527a35f50d8ab7c7b4ad6 /dev-libs/gdome2/gdome2-0.8.0.ebuild | |
parent | changelog:p (diff) | |
download | gentoo-2-924f023a75ba8f6aa65f98e0a55cfbde372f77f0.tar.gz gentoo-2-924f023a75ba8f6aa65f98e0a55cfbde372f77f0.tar.bz2 gentoo-2-924f023a75ba8f6aa65f98e0a55cfbde372f77f0.zip |
changelog:p
Diffstat (limited to 'dev-libs/gdome2/gdome2-0.8.0.ebuild')
-rw-r--r-- | dev-libs/gdome2/gdome2-0.8.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/gdome2/gdome2-0.8.0.ebuild b/dev-libs/gdome2/gdome2-0.8.0.ebuild new file mode 100644 index 000000000000..cb73553614e1 --- /dev/null +++ b/dev-libs/gdome2/gdome2-0.8.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.8.0.ebuild,v 1.1 2003/10/04 09:29:27 lanius Exp $ + +DESCRIPTION="The DOM C library for the GNOME project" +HOMEPAGE="http://gdome2.cs.unibo.it/" +SRC_URI="http://gdome2.cs.unibo.it/tarball/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~sparc ~ppc" + +DEPEND=">=dev-libs/libxml2-2.4.21 + =dev-libs/glib-1.2*" + +# has the option of using glib-2 by using --enable-glib-2 + +src_compile() { + + econf \ + --with-html-dir=${D}/usr/share/doc || die "configure problem" + emake || die "compile problem" +} + +src_install() { + make DESTDIR=${D} install || die "install problem" + dodoc AUTHORS ChangeLog COPYING* INSTALL MAINTAINERS README +} |