summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-18 14:17:35 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-18 14:17:35 +0000
commita4ee9f2582e8d8810da2a9b741a25424b29c5862 (patch)
tree735904ab5f6870008bdf0685917908ee9b52ee6f /app-misc
parentChanged einstall||die to einstall (diff)
downloadgentoo-2-a4ee9f2582e8d8810da2a9b741a25424b29c5862.tar.gz
gentoo-2-a4ee9f2582e8d8810da2a9b741a25424b29c5862.tar.bz2
gentoo-2-a4ee9f2582e8d8810da2a9b741a25424b29c5862.zip
Changed econf||die to econf
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/workrave/workrave-1.0.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/workrave/workrave-1.0.0.ebuild b/app-misc/workrave/workrave-1.0.0.ebuild
index e3ff9d46755f..31cf12c7aa93 100644
--- a/app-misc/workrave/workrave-1.0.0.ebuild
+++ b/app-misc/workrave/workrave-1.0.0.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.0.0.ebuild,v 1.1 2002/12/09 14:33:18 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.0.0.ebuild,v 1.2 2002/12/18 14:17:35 vapier Exp $
-DESCRIPTION="Program that assists in the recovery and prevention of Repetitive Strain Injury (RSI)."
+DESCRIPTION="assists in the recovery and prevention of Repetitive Strain Injury (RSI)"
HOMEPAGE="http://workrave.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
IUSE="nls xml2 gnome"
@@ -27,13 +28,12 @@ src_compile() {
use gnome && myconf="${myconf} --enable-gnome --enable-gconf"
use xml2 && myconf="${myconf} --enable-xml"
- econf $myconf || die "./configure failed"
+ econf ${myconf}
emake || die "Compilation failed"
}
src_install() {
- einstall || die "Installation failed"
-
+ einstall
dodoc ABOUT-NLS AUTHORS COPYING NEWS README
}