diff options
author | Maximilian Dietrich <dxm@openmailbox.org> | 2013-08-19 20:26:13 +0200 |
---|---|---|
committer | Maximilian Dietrich <dxm@openmailbox.org> | 2013-08-19 20:26:13 +0200 |
commit | 14d5c13a6a5b419b936a5302c20da7e60dca61a2 (patch) | |
tree | 359cbd63699ed9a3de4d5cc7d0018934dc94b05c /wmname | |
parent | d0a6b3f2a51b4f7dfcbd4169ba2bd4271758454b (diff) | |
download | contrib-14d5c13a6a5b419b936a5302c20da7e60dca61a2.tar.gz contrib-14d5c13a6a5b419b936a5302c20da7e60dca61a2.tar.xz |
wmname: initial commit
Diffstat (limited to 'wmname')
-rw-r--r-- | wmname/.footprint | 3 | ||||
-rw-r--r-- | wmname/.md5sum | 1 | ||||
-rw-r--r-- | wmname/Pkgfile | 16 |
3 files changed, 20 insertions, 0 deletions
diff --git a/wmname/.footprint b/wmname/.footprint new file mode 100644 index 000000000..a51be6b81 --- /dev/null +++ b/wmname/.footprint @@ -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 diff --git a/wmname/.md5sum b/wmname/.md5sum new file mode 100644 index 000000000..2caf66a5f --- /dev/null +++ b/wmname/.md5sum @@ -0,0 +1 @@ +6903d299f84d335e529fbd2c1d6e49fe wmname-0.1.tar.gz diff --git a/wmname/Pkgfile b/wmname/Pkgfile new file mode 100644 index 000000000..25b3a8cb4 --- /dev/null +++ b/wmname/Pkgfile @@ -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 +} |