wmctrl: initial import

This commit is contained in:
Mikhail Kolesnik 2006-10-28 23:32:51 +03:00
parent bf0733da2f
commit 3370c75999
3 changed files with 23 additions and 0 deletions

6
wmctrl/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wmctrl
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/wmctrl.1.gz

1
wmctrl/.md5sum Normal file
View File

@ -0,0 +1 @@
1fe3c7a2caa6071e071ba34f587e1555 wmctrl-1.07.tar.gz

16
wmctrl/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: A cli tool to interact with an EWMH/NetWM compatible wm
# URL: http://www.sweb.cz/tripie/utils/wmctrl/
# Maintainer: mike at openbunker dot org
# Depends on: x11 glib
name=wmctrl
version=1.07
release=1
source=(http://www.sweb.cz/tripie/utils/wmctrl/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}