forked from ports/contrib
slock: initial commit
This commit is contained in:
parent
37d391db48
commit
f82eab9e7f
3
slock/.footprint
Normal file
3
slock/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwsr-xr-x root/root usr/bin/slock
|
1
slock/.md5sum
Normal file
1
slock/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e3b25abdfd54c81562de4d63d3565be7 slock-1.1.tar.gz
|
17
slock/Pkgfile
Normal file
17
slock/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Simple X display locker.
|
||||
# URL: http://tools.suckless.org/slock
|
||||
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
|
||||
# Depends on: xorg-libxext
|
||||
|
||||
name=slock
|
||||
version=1.1
|
||||
release=2
|
||||
source=(http://dl.suckless.org/tools/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd "$name-$version"
|
||||
make
|
||||
make DESTDIR=$PKG \
|
||||
PREFIX=/usr \
|
||||
install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user