void-packages/srcpkgs/slock/template
2012-12-14 16:32:03 +01:00

24 lines
771 B
Plaintext

# Template file for 'slock'
pkgname=slock
version=1.1
revision=1
makedepends="pkg-config libXext-devel"
short_desc="A simple screen locker for X"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://tools.suckless.org/slock"
distfiles="http://dl.suckless.org/tools/slock-${version}.tar.gz"
checksum=e04ae5070c646c78251780d386e14d16fd100367e877dd5cf616dc7aedd0e0e4
long_desc="
Simple X display locker. This is the simplest X screen locker we are aware of.
It is stable and quite a lot of people in our community are using it every
day when they are out with friends or fetching some food from the local pub."
do_build() {
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
}