summaryrefslogtreecommitdiff
blob: 9565bc0425d2c4d820659d6a1f467f9c4f127ffd (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.7.4.ebuild,v 1.8 2004/07/14 14:23:59 agriffis 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"
IUSE=""

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
}