contrib/vlock/Pkgfile

21 lines
567 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Utility for locking virtual consoles.
# URL: http://freshmeat.net/projects/vlock/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
# Packager: Jukka Heino <vector@pp.nic.fi>
#
2006-11-14 00:01:22 +01:00
# Depends on:
name=vlock
version=1.3
release=2
source=(ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/$name-$version.tar.gz \
2006-11-19 22:26:53 +01:00
$name.patch)
2006-11-14 00:01:22 +01:00
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
patch -p1 -i $SRC/$name.patch
make
install -D -m4755 -oroot -groot vlock $PKG/usr/bin/vlock
install -D -m644 -oroot -groot vlock.1 $PKG/usr/man/man1/vlock.1
2006-11-14 00:01:22 +01:00
}