23 lines
556 B
Plaintext
23 lines
556 B
Plaintext
|
# 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=
|
||
|
}
|
||
|
|