diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-10-03 22:56:12 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-10-03 22:56:12 +0000 |
commit | cb5ff161c23e4c7f1d7f2aa610685226c5c4dbf7 (patch) | |
tree | dc04edcf062ae531dc3ba23e0df564fb7689c1f5 /x11-plugins/wmclock/wmclock-1.0.12.2.ebuild | |
parent | Version Bump (diff) | |
download | historical-cb5ff161c23e4c7f1d7f2aa610685226c5c4dbf7.tar.gz historical-cb5ff161c23e4c7f1d7f2aa610685226c5c4dbf7.tar.bz2 historical-cb5ff161c23e4c7f1d7f2aa610685226c5c4dbf7.zip |
Initial import
Diffstat (limited to 'x11-plugins/wmclock/wmclock-1.0.12.2.ebuild')
-rw-r--r-- | x11-plugins/wmclock/wmclock-1.0.12.2.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild new file mode 100644 index 000000000000..d2399e04fdd5 --- /dev/null +++ b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.1 2003/10/03 22:56:12 pyrania Exp $ + +IUSE="" + +DESCRIPTION="applet which displays the date and time in a dockable tile in the same style as the clock from the NEXTSTEP(tm) operating system" +SRC_URI="http://www.jmknoble.net/WindowMaker/wmclock/${P}.tar.gz" +HOMEPAGE="http://www.jmknoble.net/WindowMaker/wmclock/" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2" + +DEPEND="virtual/glibc + virtual/x11 + x11-wm/windowmaker" + +src_compile() { + econf || die "configure failed" + + emake || die "make failed" +} + +src_install () { + into /usr/X11R6 + strip wmclock + dobin wmclock + + newman wmclock.man wmclock.1 + + dodoc README ChangeLog +} |