summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-17 22:01:50 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-17 22:01:50 +0000
commit11776e75862e0563b5902948927c780173cc1c82 (patch)
treeea17d06a0a31905d09e0e7afa9034521faae8e91 /x11-plugins/wmtz/wmtz-0.7.ebuild
parentremoved init.d script (diff)
downloadgentoo-2-11776e75862e0563b5902948927c780173cc1c82.tar.gz
gentoo-2-11776e75862e0563b5902948927c780173cc1c82.tar.bz2
gentoo-2-11776e75862e0563b5902948927c780173cc1c82.zip
removed WindowMaker from DEPEND and added config file
Diffstat (limited to 'x11-plugins/wmtz/wmtz-0.7.ebuild')
-rw-r--r--x11-plugins/wmtz/wmtz-0.7.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild
index 7f416f2d45bf..4f5f03406709 100644
--- a/x11-plugins/wmtz/wmtz-0.7.ebuild
+++ b/x11-plugins/wmtz/wmtz-0.7.ebuild
@@ -1,32 +1,28 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.1 2002/10/24 19:12:24 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.2 2003/01/17 22:01:50 seemant Exp $
-S="${WORKDIR}/${P}"
+IUSE=""
+S=${WORKDIR}/${P}
DESCRIPTION="dockapp that shows the time in multiple timezones."
SRC_URI="http://www.geocities.com/jl1n/wmtz/${P}.tar.gz"
HOMEPAGE="http://www.geocities.com/jl1n/wmtz/wmtz.html"
-DEPEND="virtual/x11 x11-wm/WindowMaker virtual/glibc"
-
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-IUSE=""
+DEPEND="virtual/x11"
src_compile() {
-
cd ${S}/wmtz
emake CFLAGS="$CFLAGS" || die
-
}
src_install () {
-
dobin wmtz/wmtz
-
- dodoc BUGS CHANGES COPYING README INSTALL wmtz/wmtzrc
-
+ insinto /etc
+ doins wmtz/wmtzrc
+ dodoc BUGS CHANGES COPYING README INSTALL
}