New package: xautolock-2.2

This commit is contained in:
TJ Vanderpoel 2014-12-11 13:40:02 -06:00 committed by Juan RP
parent 3b8c340b3c
commit 81778f9333
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Template file for 'xautolock'
pkgname=xautolock
version=2.2
revision=1
makedepends="libXScrnSaver-devel libX11-devel xproto xorg-cf-files"
hostmakedepends="imake"
short_desc="Autolock utility for X"
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
license="GPL-2"
homepage="http://www.ibiblio.org/pub/Linux/X11/screensavers/"
distfiles="${homepage}/${pkgname}-${version}.tgz"
checksum=11f0275175634e6db756e96f5713ec91b8b1c41f8663df54e8a5d27dc71c4da2
build_style=gnu-makefile
pre_build() {
xmkmf
}
post_install() {
make install.man DESTDIR=
}