forked from ports/contrib
wmctrl: initial import
This commit is contained in:
parent
bf0733da2f
commit
3370c75999
6
wmctrl/.footprint
Normal file
6
wmctrl/.footprint
Normal 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
1
wmctrl/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1fe3c7a2caa6071e071ba34f587e1555 wmctrl-1.07.tar.gz
|
16
wmctrl/Pkgfile
Normal file
16
wmctrl/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user