diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:54:02 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-29 13:54:02 +0000 |
commit | 0da9cbbf77e169253546fb7b3b20a0221f5d3b37 (patch) | |
tree | 26a61e09a7e0590e2b3e46546b50ad0ce05bfa0e /x11-plugins/wmclock | |
parent | DESCRIPTION is 102 characters (diff) | |
download | gentoo-2-0da9cbbf77e169253546fb7b3b20a0221f5d3b37.tar.gz gentoo-2-0da9cbbf77e169253546fb7b3b20a0221f5d3b37.tar.bz2 gentoo-2-0da9cbbf77e169253546fb7b3b20a0221f5d3b37.zip |
ebuild.minorsyns.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmclock')
-rw-r--r-- | x11-plugins/wmclock/wmclock-1.0.12.2.ebuild | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild index 313b6e64b4d6..a03f89b53b12 100644 --- a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild +++ b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild @@ -1,37 +1,27 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # 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.11 2007/07/22 05:18:26 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.12 2008/06/29 13:54:02 drac 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" +DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) operating systems)" SRC_URI="http://www.jmknoble.net/WindowMaker/wmclock/${P}.tar.gz" HOMEPAGE="http://www.jmknoble.net/WindowMaker/wmclock/" -SLOT="0" -KEYWORDS="x86 amd64 ppc ~sparc" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ~sparc x86" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" DEPEND="${RDEPEND} - x11-misc/gccmakedep x11-proto/xproto x11-proto/xextproto - >=x11-misc/imake-1.0.2" - -src_compile() { - econf || die "configure failed" - - emake || die "make failed" -} - -src_install () { - strip wmclock - dobin wmclock + x11-misc/gccmakedep + x11-misc/imake" +src_install() { + dobin wmclock || die "dobin failed." newman wmclock.man wmclock.1 - - dodoc README ChangeLog + dodoc ChangeLog README } |