diff options
Diffstat (limited to 'recipes/wmctrl/wmctrl_1.07.bb')
-rw-r--r-- | recipes/wmctrl/wmctrl_1.07.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/wmctrl/wmctrl_1.07.bb b/recipes/wmctrl/wmctrl_1.07.bb new file mode 100644 index 0000000000..c6cc507f5d --- /dev/null +++ b/recipes/wmctrl/wmctrl_1.07.bb @@ -0,0 +1,19 @@ +# +# Copyright Matthias Hentges <devel@hentges.net> (c) 2006 +# License: MIT (see http://www.opensource.org/licenses/mit-license.php for a copy of the license) +# +# Filename: wmctrl_1.07.bb +# Date: 07-Jul-06 + +DESCRIPTION = "A UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager" +HOMEPAGE = "http://sweb.cz/tripie/utils/wmctrl/" +LICENSE = "GPL" +PR = "r0" + +###################################################################################### + +SRC_URI = "http://sweb.cz/tripie/utils/wmctrl/dist/wmctrl-1.07.tar.gz" + +###################################################################################### + +inherit autotools |