1
0
forked from ports/contrib

xtrlock: NEW port

This commit is contained in:
James Mills 2007-03-05 02:36:04 +10:00
parent c3518e8f47
commit 73f761e0a5
3 changed files with 27 additions and 0 deletions

6
xtrlock/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xtrlock
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/xtrlock.1x.gz

1
xtrlock/.md5sum Normal file
View File

@ -0,0 +1 @@
be75a389f84fa9548ee04f367480f23e xtrlock_2.0-12.tar.gz

20
xtrlock/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Minimal X Display Lock Program
# URL: http://packages.debian.org/xtrlock
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: x11
name=xtrlock
version=2.0
release=1
source=(http://ftp.debian.org/debian/pool/main/x/$name/$name\_$version-12.tar.gz)
build() {
cd $name-$version
xmkmf
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install.man
chown -R root:root $PKG
}