From a888e2599bf8a632310b9d556e5d041863d16dc2 Mon Sep 17 00:00:00 2001 From: Stefan Schüßler Date: Tue, 17 Apr 2012 10:43:55 +0200 Subject: wmctrl 1.07 wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager. Signed-off-by: Adam Vandenberg --- Library/Formula/wmctrl.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/wmctrl.rb (limited to 'Library/Formula/wmctrl.rb') diff --git a/Library/Formula/wmctrl.rb b/Library/Formula/wmctrl.rb new file mode 100644 index 000000000..74a203327 --- /dev/null +++ b/Library/Formula/wmctrl.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Wmctrl < Formula + homepage 'http://sweb.cz/tripie/utils/wmctrl/' + url 'http://tomas.styblo.name/wmctrl/dist/wmctrl-1.07.tar.gz' + md5 '1fe3c7a2caa6071e071ba34f587e1555' + + depends_on 'pkg-config' => :build + depends_on 'glib' + depends_on 'gettext' + + def install + ENV.x11 + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}", "--mandir=#{man}" + system "make install" + end +end -- cgit v1.2.3