summaryrefslogtreecommitdiff
path: root/xlockmore/Pkgfile
blob: c29adff326c18b037a1f93eba78729c1b2b6aab8 (plain)
    1 # Description: X Window System Lock Screen
    2 # URL: https://sillycycle.com/xlockmore.html
    3 # Maintainer: Thomas Penteker, tek at serverop dot de
    4 # Depends on: fortune glu gtk xorg-libxmu xorg-libxpm
    5 
    6 name=xlockmore
    7 version=5.65
    8 release=1
    9 source=(https://sillycycle.com/xlock/xlockmore-${version}.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--sysconfdir=/etc \
   17 		--enable-appdefaultdir=/usr/share/X11/app-defaults \
   18 		--enable-vtlock \
   19 		--enable-syslog \
   20 		--enable-multiple-user \
   21 		--enable-multiple-root \
   22 		--with-opengl \
   23 		--without-motif \
   24 		--without-esound
   25 
   26 	make
   27 
   28 	install -d $PKG/usr/share/xlock/sounds
   29 	make DESTDIR=$PKG install
   30 }

Generated by cgit