void-packages/srcpkgs/xlockmore/template
Christian Neukirchen 25d1f44f9a xlockmore: fix PIE.
2016-05-23 16:48:35 +02:00

25 lines
798 B
Bash

# Template file for 'xlockmore'
pkgname=xlockmore
version=5.47
revision=2
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://www.tux.org/~bagleyd/xlockmore.html"
distfiles="http://www.tux.org/~bagleyd/xlock/xlockmore-${version}.tar.xz"
checksum=94e3adee284eec09dc27405bfc24651446e8c6edd6a5bc565550b08f563a0d8d
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
}