# Description: Utility for locking virtual consoles. # URL: http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html # Maintainer: Sean Whitton sean at silentflame dot com # Packager: Jukka Heino # # Depends on: # based on the Pkgfile of James Mills name=vlock version=2.2.2 release=1 source=(https://github.com/toidinamai/$name/archive/$name-$version.tar.gz) build() { cd $name-$name-$version mkdir $PKG/usr ./configure VLOCK_GROUP=wheel --prefix=/usr --enable-shadow make make DESTDIR=$PKG install }