28 lines
896 B
Bash
28 lines
896 B
Bash
# Template file for 'xlockmore'
|
|
pkgname=xlockmore
|
|
version=5.57
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-xinerama"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="freetype-devel libXt-devel libXext-devel libXinerama-devel"
|
|
short_desc="Provides the 'xlock' X screen locker"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="BSD"
|
|
homepage="http://sillycycle.com/xlockmore.html"
|
|
distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
|
|
checksum=f9acf99befd798ac93909b2d7d6578a256d2dac283ddc562acc9b6ef10cc28a3
|
|
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
|
|
|
|
sed -n 56,74p xlock/xlock.h > LICENSE
|
|
vlicense LICENSE
|
|
}
|