[Lunar-commits] <moonbase-other> lockfile-progs: programs for locking and unlocking files and mailboxes

Stefan Wold ratler at lunar-linux.org
Sun Nov 3 16:29:14 CET 2013


commit 7387d420b61f6963aeb3375084483617040339c1
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 12 Oct 2013 05:58:42 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7387d420b61f6963aeb3375084483617040339c1

lockfile-progs: programs for locking and unlocking files and mailboxes
---
  utils/lockfile-progs/BUILD   | +5/-0     
  utils/lockfile-progs/DEPENDS | +1/-0     
  utils/lockfile-progs/DETAILS | +13/-0    
  3 files changed, 19 insertions(+)

--- /dev/null
+++ b/utils/lockfile-progs/BUILD
@@ -0,0 +1,5 @@
+make CFLAGS="$CFLAGS"
+prepare_install &&
+mkdir -p /usr/bin /usr/share/man/man1 &&
+install -s -m 0755 bin/* /usr/bin/ &&
+install -m 0644 man/*.1 /usr/share/man/man1/
--- /dev/null
+++ b/utils/lockfile-progs/DEPENDS
@@ -0,0 +1 @@
+depends liblockfile
--- /dev/null
+++ b/utils/lockfile-progs/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=lockfile-progs
+         VERSION=0.1.17
+          SOURCE=${MODULE}_${VERSION}.tar.gz
+      SOURCE_URL=http://ftp.debian.org/debian/pool/main/l/lockfile-progs
+      SOURCE_VFY=sha1:38879f93c5600dc285102bd8155555b755925060
+        WEB_SITE="http://packages.debian.org/unstable/misc/lockfile-progs"
+         ENTERED=20131012
+         UPDATED=20131012
+           SHORT="programs for locking and unlocking files and mailboxes"
+cat <<EOF
+This package includes several programs to safely lock and unlock
+files and mailboxes from the command line.
+EOF




More information about the Lunar-commits mailing list