[Lunar-commits] <moonbase> unique: entry in moonbase
Samuel Verstraete
elangelo at lunar-linux.org
Mon Aug 25 18:15:23 CEST 2008
commit f2295752b1bac967fba9a695e23914435474f147
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Mon Aug 25 18:11:55 2008 +0200
unique: entry in moonbase
---
libs/unique/DETAILS | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/libs/unique/DETAILS b/libs/unique/DETAILS
new file mode 100644
index 0000000..0b248a2
--- /dev/null
+++ b/libs/unique/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=unique
+ VERSION=1.0.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.gnome.org/~ebassi/source/
+ SOURCE_VFY=sha1:33dcbcf2c938a44ff21fb2e42331a632a5f81eeb
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20080825
+ UPDATED=20080825
+ SHORT="library for single instance application"
+
+cat << EOF
+Unique is a library for writing single instance application. If you
+launch a single instance application twice, the second instance will
+either just quit or will send a message to the running instance.
+EOF
+
More information about the Lunar-commits
mailing list