[csw-devel] SF.net SVN: gar:[18202] csw/mgar/pkg

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Jun 2 20:27:23 CEST 2012


Revision: 18202
          http://gar.svn.sourceforge.net/gar/?rev=18202&view=rev
Author:   bdwalton
Date:     2012-06-02 18:27:23 +0000 (Sat, 02 Jun 2012)
Log Message:
-----------
initial commit of util-linux

Added Paths:
-----------
    csw/mgar/pkg/util-linux/
    csw/mgar/pkg/util-linux/Makefile
    csw/mgar/pkg/util-linux/branches/
    csw/mgar/pkg/util-linux/tags/
    csw/mgar/pkg/util-linux/trunk/
    csw/mgar/pkg/util-linux/trunk/Makefile
    csw/mgar/pkg/util-linux/trunk/checksums
    csw/mgar/pkg/util-linux/trunk/files/

Copied: csw/mgar/pkg/util-linux/Makefile (from rev 15145, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/util-linux/Makefile	                        (rev 0)
+++ csw/mgar/pkg/util-linux/Makefile	2012-06-02 18:27:23 UTC (rev 18202)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/util-linux/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/util-linux/trunk/Makefile
===================================================================
--- csw/mgar/pkg/util-linux/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/util-linux/trunk/Makefile	2012-06-02 18:27:23 UTC (rev 18202)
@@ -0,0 +1,25 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = util-linux
+VERSION = 2.21
+PATCHLEVEL = .2
+GARTYPE = v2
+CATEGORIES = utils
+DISTNAME = $(NAME)-$(VERSION)$(PATCHLEVEL)
+
+DESCRIPTION = A collection of basic utilities
+define BLURB
+The util-linux package contains a large variety of low-level system
+utilities that are necessary for a Linux system to function. Among
+others, Util-linux contains the fdisk configuration tool and the login
+program.
+endef
+
+MASTER_SITES = http://www.kernel.org/pub/linux/utils/$(NAME)/v$(VERSION)/
+DISTFILES  = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/util-linux/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/util-linux/trunk/checksums
===================================================================
--- csw/mgar/pkg/util-linux/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/util-linux/trunk/checksums	2012-06-02 18:27:23 UTC (rev 18202)
@@ -0,0 +1 @@
+b228170ecdfce9ced77313d57b21b37c  util-linux-2.21.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