contrib/xlockmore/Pkgfile

31 lines
670 B
Plaintext
Raw Normal View History

2009-01-14 22:04:27 +01:00
# Description: X Window System Lock Screen
2020-05-26 01:20:29 +02:00
# URL: https://sillycycle.com/xlockmore.html
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: fortune glu gtk xorg-libxmu xorg-libxpm
2009-01-14 22:04:27 +01:00
name=xlockmore
2020-10-30 12:08:37 +01:00
version=5.66
2009-01-14 22:04:27 +01:00
release=1
source=(https://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
}