diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:50:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:50:26 +0000 |
commit | 62c33fa326af96d4e0d2c5239725481e20d555ec (patch) | |
tree | 4ada21117af7403d59a2f4ae81fcdd84ff9aad8f /dev-libs/gdome2 | |
parent | Added LICENSE, SLOT, KEYWORDS (diff) | |
download | historical-62c33fa326af96d4e0d2c5239725481e20d555ec.tar.gz historical-62c33fa326af96d4e0d2c5239725481e20d555ec.tar.bz2 historical-62c33fa326af96d4e0d2c5239725481e20d555ec.zip |
repoman'd
Diffstat (limited to 'dev-libs/gdome2')
-rw-r--r-- | dev-libs/gdome2/gdome2-0.7.2.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-libs/gdome2/gdome2-0.7.2.ebuild b/dev-libs/gdome2/gdome2-0.7.2.ebuild index 4e185fb4c122..204a47d16ab7 100644 --- a/dev-libs/gdome2/gdome2-0.7.2.ebuild +++ b/dev-libs/gdome2/gdome2-0.7.2.ebuild @@ -1,24 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.7.2.ebuild,v 1.1 2002/07/09 21:33:12 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.7.2.ebuild,v 1.2 2002/08/01 16:50:26 seemant Exp $ DESCRIPTION="The DOM C library for the GNOME project" HOMEPAGE="http://phd.cs.unibo.it/gdome2/" SRC_URI="http://phd.cs.unibo.it/gdome2/tarball/${P}.tar.gz" -LICENSE="LPGL-2.1" + SLOT="0" +LICENSE="LPGL-2.1" KEYWORDS="x86" RDEPEND=">=dev-libs/libxml2-2.4.21 >=dev-libs/glib-1.2.10" -DEPEND="${RDEPEND}" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --with-html-dir=${D}/usr/doc \ - || die "configure problem" - + econf \ + --with-html-dir=${D}/usr/share/doc || die "configure problem" emake || die "compile problem" } |