void-packages/srcpkgs/xlockmore/template
2017-04-27 19:58:03 +00:00

24 lines
786 B
Bash

# Template file for 'xlockmore'
pkgname=xlockmore
version=5.53
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="freetype-devel libXt-devel libXext-devel"
short_desc="Provides the 'xlock' X screen locker"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
homepage="http://sillycycle.com/xlockmore.html"
distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
checksum=4973659c3b1d9747e79e29f3e5a5d04f3a0cb36f35ba88507c69be2e04db4967
CFLAGS="-D_DEFAULT_SOURCE"
pre_configure() {
export X_EXTRA_LIBS="$LDFLAGS"
}
do_install() {
make INSTPGMFLAGS= xapploaddir=${DESTDIR}/usr/share/X11/app-defaults \
bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man/man1 \
prefix=${DESTDIR}/usr install
chmod u+s ${DESTDIR}/usr/bin/xlock
}