diff options
Diffstat (limited to 'gnome-extra/apotheke/apotheke-0.1.ebuild')
-rw-r--r-- | gnome-extra/apotheke/apotheke-0.1.ebuild | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/gnome-extra/apotheke/apotheke-0.1.ebuild b/gnome-extra/apotheke/apotheke-0.1.ebuild index ac07405efd67..3993b02bbc1e 100644 --- a/gnome-extra/apotheke/apotheke-0.1.ebuild +++ b/gnome-extra/apotheke/apotheke-0.1.ebuild @@ -1,26 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/apotheke-0.1.ebuild,v 1.5 2002/10/20 18:48:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/apotheke/apotheke-0.1.ebuild,v 1.6 2002/10/24 14:19:53 foser Exp $ + +inherit gnome2 S="${WORKDIR}/${P}" +IUSE="" DESCRIPTION="A seperate Nautilus view, which gives you detailed information about CVS managed directories." SRC_URI="ftp://ftp.berlios.de/pub/apotheke/${P}.tar.gz" HOMEPAGE="http://apotheke.berlios.de/" LICENSE="GPL-2" -DEPEND=">=nautilus-2.0.0" +DEPEND=">=nautilus-2" SLOT="0" KEYWORDS="x86 sparc sparc64" -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README -} +DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README" |