slock: initial commit

This commit is contained in:
Maximilian Dietrich 2013-08-19 20:26:13 +02:00
parent 37d391db48
commit f82eab9e7f
3 changed files with 21 additions and 0 deletions

3
slock/.footprint Normal file
View 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
View File

@ -0,0 +1 @@
e3b25abdfd54c81562de4d63d3565be7 slock-1.1.tar.gz

17
slock/Pkgfile Normal file
View 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
}