summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-01-16 23:10:47 +0000
committerIan Leitch <port001@gentoo.org>2004-01-16 23:10:47 +0000
commita6d5e4de89029e424d4389de96e25d62fa480350 (patch)
tree08655f881c18a35a431114b76ea979eae79fe73d /x11-misc/wmctrl/wmctrl-1.05.ebuild
parentmanifest fix (Manifest recommit) (diff)
downloadgentoo-2-a6d5e4de89029e424d4389de96e25d62fa480350.tar.gz
gentoo-2-a6d5e4de89029e424d4389de96e25d62fa480350.tar.bz2
gentoo-2-a6d5e4de89029e424d4389de96e25d62fa480350.zip
bumped - #38281
Diffstat (limited to 'x11-misc/wmctrl/wmctrl-1.05.ebuild')
-rw-r--r--x11-misc/wmctrl/wmctrl-1.05.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-misc/wmctrl/wmctrl-1.05.ebuild b/x11-misc/wmctrl/wmctrl-1.05.ebuild
new file mode 100644
index 000000000000..2fdab2d4a402
--- /dev/null
+++ b/x11-misc/wmctrl/wmctrl-1.05.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.05.ebuild,v 1.1 2004/01/16 23:10:47 port001 Exp $
+
+DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager"
+HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl/"
+SRC_URI="http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc"
+
+DEPEND="virtual/x11"
+
+src_install () {
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ make DESTDIR=${D} install || die
+}