contrib/xlockmore/Pkgfile

32 lines
744 B
Plaintext
Raw Normal View History

2009-01-14 22:04:27 +01:00
# Description: X Window System Lock Screen
2017-05-08 02:45:02 +02:00
# URL: http://sillycycle.com/xlockmore.html
2009-01-14 22:04:27 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2017-05-08 02:45:02 +02:00
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: fortune glu gtk util-linux xorg-libxmu xorg-libxpm
2009-01-14 22:04:27 +01:00
name=xlockmore
2019-10-05 07:51:48 +02:00
version=5.59
2009-01-14 22:04:27 +01:00
release=1
2017-05-08 02:45:02 +02:00
source=(http://sillycycle.com/xlock/xlockmore-${version}.tar.xz)
2009-01-14 22:04:27 +01:00
2017-06-18 09:57:32 +02:00
build() {
cd $name-$version
2017-06-18 09:57:32 +02:00
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-appdefaultdir=/usr/share/X11/app-defaults \
--enable-vtlock \
--enable-syslog \
--enable-multiple-user \
--enable-multiple-root \
--with-opengl \
--without-motif \
--without-esound
2017-06-18 09:57:32 +02:00
make
2019-04-01 21:02:12 +02:00
install -d $PKG//usr/share/xlock/sounds
make DESTDIR=$PKG install
2009-01-14 22:04:27 +01:00
}