wmname: initial commit

This commit is contained in:
Maximilian Dietrich 2013-08-19 20:26:13 +02:00
parent d0a6b3f2a5
commit 14d5c13a6a
3 changed files with 20 additions and 0 deletions

3
wmname/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wmname

1
wmname/.md5sum Normal file
View File

@ -0,0 +1 @@
6903d299f84d335e529fbd2c1d6e49fe wmname-0.1.tar.gz

16
wmname/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: wmname prints/sets the window manager name property of the root window
# URL: http://tools.suckless.org/wmname/
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: xorg-libx11
name=wmname
version=0.1
release=1
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
build () {
cd "$name-$version"
make
make PREFIX=$PKG/usr \
install
}