diff options
Diffstat (limited to 'x11-plugins/wmtimer/wmtimer-2.4.ebuild')
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.4.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-plugins/wmtimer/wmtimer-2.4.ebuild b/x11-plugins/wmtimer/wmtimer-2.4.ebuild new file mode 100644 index 000000000000..1973cd70add5 --- /dev/null +++ b/x11-plugins/wmtimer/wmtimer-2.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.1 2002/09/16 16:14:04 raker Exp $ + +S=${WORKDIR}/${P} +S2=${S}/wmtimer +DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode" +SRC_URI="http://home.dwave.net/~jking/wmtimer/${P}.tar.gz" +HOMEPAGE="http://home.dwave.net/~jking/wmtimer/" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" + +DEPEND="virtual/x11" +RDEPEND="${DEPEND}" + +src_compile() { + cd ${S2} + emake || die +} + +src_install () { + exeinto /usr/bin + doexe ${S2}/wmtimer + cd ${S} + dodoc README COPYING INSTALL CREDITS INSTALL Changelog +} |