summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-05 09:38:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-05 09:38:56 +0000
commit716e7155fa98d09afd76cb02a4db6f2e4d06baf6 (patch)
tree6bf543aa149862559f33089f66578255222576c3 /x11-misc/xwrits
parentmodernised (diff)
downloadhistorical-716e7155fa98d09afd76cb02a4db6f2e4d06baf6.tar.gz
historical-716e7155fa98d09afd76cb02a4db6f2e4d06baf6.tar.bz2
historical-716e7155fa98d09afd76cb02a4db6f2e4d06baf6.zip
modernised
Diffstat (limited to 'x11-misc/xwrits')
-rw-r--r--x11-misc/xwrits/xwrits-2.21.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild
index d3a7b8257ce1..21865a9b8ac5 100644
--- a/x11-misc/xwrits/xwrits-2.21.ebuild
+++ b/x11-misc/xwrits/xwrits-2.21.ebuild
@@ -1,25 +1,20 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.2 2002/07/08 21:31:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.3 2002/08/05 09:38:56 seemant Exp $
+S=${WORKDIR}/${P}
DESCRIPTION="Xwrits reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury. It pops up an X window when you should rest; you click on that window, then take a break"
HOMEPAGE="http://www.lcdf.org/xwrits/"
-LICENSE="GPL-2"
+SRC_URI="http://www.lcdf.org/xwrits/${P}.tar.gz"
+
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="x86"
-SRC_URI="http://www.lcdf.org/xwrits/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
DEPEND="x11-base/xfree"
src_compile() {
-
- ./configure --prefix=/usr \
- --host=${CHOST} \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- || die
+ econf || die
emake || die
}