[csw-devel] SF.net SVN: gar:[16207] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Nov 17 22:09:20 CET 2011
Revision: 16207
http://gar.svn.sourceforge.net/gar/?rev=16207&view=rev
Author: dmichelsen
Date: 2011-11-17 21:09:19 +0000 (Thu, 17 Nov 2011)
Log Message:
-----------
gnulib: Initial commit
Added Paths:
-----------
csw/mgar/pkg/gnulib/
csw/mgar/pkg/gnulib/Makefile
csw/mgar/pkg/gnulib/branches/
csw/mgar/pkg/gnulib/tags/
csw/mgar/pkg/gnulib/trunk/
csw/mgar/pkg/gnulib/trunk/Makefile
csw/mgar/pkg/gnulib/trunk/checksums
csw/mgar/pkg/gnulib/trunk/files/
Added: csw/mgar/pkg/gnulib/Makefile
===================================================================
--- csw/mgar/pkg/gnulib/Makefile (rev 0)
+++ csw/mgar/pkg/gnulib/Makefile 2011-11-17 21:09:19 UTC (rev 16207)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/gnulib/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/gnulib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnulib/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/gnulib/trunk/Makefile 2011-11-17 21:09:19 UTC (rev 16207)
@@ -0,0 +1,25 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gnulib
+VERSION = X.Y
+GARTYPE = v2
+CATEGORIES = devel
+
+DESCRIPTION = ISO C / POSIX substitutes part of gnulib
+define BLURB
+endef
+
+GIT_REPOS = git://git.savannah.gnu.org/gnulib.git
+GIT_USE_PROXY = 1
+
+VENDOR_URL = http://www.gnu.org/software/gnulib/manual/html_node/POSIX-Substitutes-Library.html
+
+WORKSRC = $(WORKDIR)/posixlib
+
+include gar/category.mk
+
+post-extract-modulated:
+ -cd $(WORKDIR)/$(NAME)-$(VERSION) && ./gnulib-tool --create-testdir --source-base=lib \
+ --dir=$(abspath $(WORKSRC)) `./posix-modules`
+
Property changes on: csw/mgar/pkg/gnulib/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/gnulib/trunk/checksums
===================================================================
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