### this file is sourced not run
PKGVER=1.07
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=wmctrl-1.07.tar.gz
MD5SUM=1fe3c7a2caa6071e071ba34f587e1555
SRC_URL=https://sites.google.com/site/tstyblo/wmctrl/$TARBALL
BUNDLE=

SLACKREQ='libX11 glib' # 
SLACKDESC="wmctrl: wmctrl 1.07 (Window Manager tool)  
wmctrl:  
wmctrl: wmctrl is a UNIX/Linux command line tool to interact with an 
wmctrl: EWMH/NetWM compatible X Window. It can be used, for example, to get 
wmctrl: information about the window manager, to get a detailed list of 
wmctrl: desktops and managed windows, to switch and resize desktops, to make 
wmctrl: windows full-screen, always-above or sticky, and to activate, close, 
wmctrl: move, resize, maximize and minimize them.  
wmctrl: 
wmctrl: 
wmctrl: http://tomas.styblo.name/wmctrl/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
