mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
# description : Control your EWMH compliant window manager from command line
|
|
# homepage : http://tripie.sweb.cz/utils/wmctrl/
|
|
# depends : glib libxmu
|
|
|
|
name=wmctrl
|
|
version=1.07
|
|
release=1
|
|
source="https://sites.google.com/site/tstyblo/wmctrl/wmctrl-$version.tar.gz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --bindir=/usr/bin --mandir=/usr/share/man
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|