[csw-devel] SF.net SVN: gar:[19390] csw/mgar/pkg
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Sun Oct 7 19:45:16 CEST 2012
Revision: 19390
http://gar.svn.sourceforge.net/gar/?rev=19390&view=rev
Author: guengel
Date: 2012-10-07 17:45:16 +0000 (Sun, 07 Oct 2012)
Log Message:
-----------
autoconf-archive/trunk: Initial release
Added Paths:
-----------
csw/mgar/pkg/autoconf-archive/
csw/mgar/pkg/autoconf-archive/branches/
csw/mgar/pkg/autoconf-archive/tags/
csw/mgar/pkg/autoconf-archive/trunk/
csw/mgar/pkg/autoconf-archive/trunk/Makefile
csw/mgar/pkg/autoconf-archive/trunk/checksums
csw/mgar/pkg/autoconf-archive/trunk/files/
csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/autoconf-archive/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/autoconf-archive/trunk/Makefile
===================================================================
--- csw/mgar/pkg/autoconf-archive/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/autoconf-archive/trunk/Makefile 2012-10-07 17:45:16 UTC (rev 19390)
@@ -0,0 +1,44 @@
+# $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = autoconf-archive
+VERSION = 2012.09.08
+GARTYPE = v2
+CATEGORIES = devel
+ARCHALL = 1
+
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+DESCRIPTION = Collection of macros for GNU Autoconf
+define BLURB
+ The GNU Autoconf Archive is a collection of more than 450 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet.
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES = $(DISTNAME).tar.xz
+DISTFILES += changelog.CSW
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.xz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CHECKPKG_OVERRIDES_CSWautoconf-archive += file-with-bad-content|
+CHECKPKG_OVERRIDES_CSWautoconf-archive += surplus-dependency|CSWautoconf
+
+RUNTIME_DEP_PKGS = CSWautoconf
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+post-merge:
+ if [ -d $(PKGROOT)$(datadir)/autoconf-archive ] ; then \
+ mv $(PKGROOT)$(datadir)/autoconf-archive/* $(PKGROOT)$(docdir)/autoconf_archive/ ; \
+ rmdir $(PKGROOT)$(datadir)/autoconf-archive ; \
+ fi
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/autoconf-archive/trunk/checksums
===================================================================
--- csw/mgar/pkg/autoconf-archive/trunk/checksums (rev 0)
+++ csw/mgar/pkg/autoconf-archive/trunk/checksums 2012-10-07 17:45:16 UTC (rev 19390)
@@ -0,0 +1 @@
+670ca8a5d2d85437f034f0448ee9470d autoconf-archive-2012.09.08.tar.xz
Added: csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/autoconf-archive/trunk/files/changelog.CSW 2012-10-07 17:45:16 UTC (rev 19390)
@@ -0,0 +1,5 @@
+autoconf-archive (2012.09.08,REV=2012.10.07)
+
+ * Initial release.
+
+ -- Rafael Ostertag <raos at opencsw.org> Sun, 07 Oct 2012 19:19:59 +0200
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