forked from ports/contrib
wmname: initial commit
This commit is contained in:
parent
d0a6b3f2a5
commit
14d5c13a6a
3
wmname/.footprint
Normal file
3
wmname/.footprint
Normal 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
1
wmname/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
6903d299f84d335e529fbd2c1d6e49fe wmname-0.1.tar.gz
|
16
wmname/Pkgfile
Normal file
16
wmname/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user