SF.net SVN: gar:[22989] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Feb 11 11:39:12 CET 2014
Revision: 22989
http://sourceforge.net/p/gar/code/22989
Author: dmichelsen
Date: 2014-02-11 10:39:11 +0000 (Tue, 11 Feb 2014)
Log Message:
-----------
withlock/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/withlock/
csw/mgar/pkg/withlock/Makefile
csw/mgar/pkg/withlock/branches/
csw/mgar/pkg/withlock/tags/
csw/mgar/pkg/withlock/trunk/
csw/mgar/pkg/withlock/trunk/Makefile
csw/mgar/pkg/withlock/trunk/checksums
csw/mgar/pkg/withlock/trunk/files/
Added: csw/mgar/pkg/withlock/Makefile
===================================================================
--- csw/mgar/pkg/withlock/Makefile (rev 0)
+++ csw/mgar/pkg/withlock/Makefile 2014-02-11 10:39:11 UTC (rev 22989)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/withlock/trunk
===================================================================
--- csw/mgar/pkg/withlock/trunk 2014-02-10 21:53:56 UTC (rev 22988)
+++ csw/mgar/pkg/withlock/trunk 2014-02-11 10:39:11 UTC (rev 22989)
Property changes on: csw/mgar/pkg/withlock/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/withlock/trunk/Makefile
===================================================================
--- csw/mgar/pkg/withlock/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/withlock/trunk/Makefile 2014-02-11 10:39:11 UTC (rev 22989)
@@ -0,0 +1,24 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = withlock
+VERSION = 0.2
+GARTYPE = v2
+
+DESCRIPTION = A locking wrapper script
+
+MASTER_SITES = http://mirrorbrain.org/files/releases/
+DISTFILES += $(DISTNAME).tar.gz
+
+VENDOR_URL = https://code.google.com/p/withlock/
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+install-custom:
+ ginstall -D -m 0755 $(WORKSRC)/withlock $(DESTDIR)$(bindir)/withlock
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/withlock/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/withlock/trunk/checksums
===================================================================
--- csw/mgar/pkg/withlock/trunk/checksums (rev 0)
+++ csw/mgar/pkg/withlock/trunk/checksums 2014-02-11 10:39:11 UTC (rev 22989)
@@ -0,0 +1 @@
+07c00ee7e12efe41d1b1dc3827671f23 withlock-0.2.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list