summaryrefslogtreecommitdiff
path: root/manualPorts/xlockmore/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/xlockmore/Pkgfile')
-rw-r--r--manualPorts/xlockmore/Pkgfile34
1 files changed, 0 insertions, 34 deletions
diff --git a/manualPorts/xlockmore/Pkgfile b/manualPorts/xlockmore/Pkgfile
deleted file mode 100644
index 58985cf..0000000
--- a/manualPorts/xlockmore/Pkgfile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Description: X Window System Lock Screen
-# URL: http://sillycycle.com/xlockmore.html
-# Maintainer: Erich Eckner, crux at eckner dot net
-# Contributor: Thomas Penteker, tek at serverop dot de
-# Packager: Daniel Mueller, daniel at danm dot de
-# Depends on: fortune glu gtk util-linux xorg-libxmu xorg-libxpm
-
-# !suid usr/bin/xlock
-
-name=xlockmore
-version=5.57
-release=1
-source=(http://sillycycle.com/xlock/xlockmore-${version}.tar.xz)
-
-build() {
- cd $name-$version
-
- ./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
-
- make
-
- install -d $PKG//usr/share/xlock/sounds
- make DESTDIR=$PKG install
-}