forked from ports/contrib
xtrlock: NEW port
This commit is contained in:
parent
c3518e8f47
commit
73f761e0a5
6
xtrlock/.footprint
Normal file
6
xtrlock/.footprint
Normal 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
1
xtrlock/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
be75a389f84fa9548ee04f367480f23e xtrlock_2.0-12.tar.gz
|
20
xtrlock/Pkgfile
Normal file
20
xtrlock/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user