diff options
author | 2002-07-23 11:22:19 +0000 | |
---|---|---|
committer | 2002-07-23 11:22:19 +0000 | |
commit | da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672 (patch) | |
tree | 7d680b4205c3492e6376f2a7517e594663f852cb /dev-util/gtk-doc | |
parent | repoman'd (diff) | |
download | gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.gz gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.tar.bz2 gentoo-2-da78904e9f7a9e3b15cfc7b9128c6fe7ebd1e672.zip |
repoman'd
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-0.9-r2.ebuild | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-0.9-r2.ebuild b/dev-util/gtk-doc/gtk-doc-0.9-r2.ebuild index faba99d19772..97c86d286a2b 100644 --- a/dev-util/gtk-doc/gtk-doc-0.9-r2.ebuild +++ b/dev-util/gtk-doc/gtk-doc-0.9-r2.ebuild @@ -1,18 +1,17 @@ # 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-util/gtk-doc/gtk-doc-0.9-r2.ebuild,v 1.4 2002/07/11 06:30:25 drobbins Exp $ - -# ACONFVER=2.52f -# AMAKEVER=1.5b -# inherit autotools +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-0.9-r2.ebuild,v 1.5 2002/07/23 11:22:18 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK+ Documentation Generator" SRC_URI="ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/gtk-doc/${P}.tar.gz" HOMEPAGE="http://www.gtk.org/" -DEPEND="virtual/glibc - >=dev-util/pkgconfig-0.12.0 +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=dev-util/pkgconfig-0.12.0 >=app-text/openjade-1.3 >=app-text/docbook-sgml-dtd-4.1 >=app-text/sgml-common-0.6.1 @@ -20,29 +19,15 @@ DEPEND="virtual/glibc >=sys-devel/perl-5.0.0" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --enable-debug=yes || die + econf --enable-debug=yes || die emake || die } src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install || die + einstall || die dodoc AUTHORS ChangeLog COPYING INSTALL README* NEWS docinto doc dodoc doc/README doc/*.txt } - - - - - |