[csw-devel] SF.net SVN: gar:[15779] csw/mgar/pkg/argtable/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Sep 27 16:24:43 CEST 2011
Revision: 15779
http://gar.svn.sourceforge.net/gar/?rev=15779&view=rev
Author: dmichelsen
Date: 2011-09-27 14:24:43 +0000 (Tue, 27 Sep 2011)
Log Message:
-----------
argtable: Update to 2.13
Modified Paths:
--------------
csw/mgar/pkg/argtable/trunk/Makefile
csw/mgar/pkg/argtable/trunk/checksums
Modified: csw/mgar/pkg/argtable/trunk/Makefile
===================================================================
--- csw/mgar/pkg/argtable/trunk/Makefile 2011-09-27 13:43:06 UTC (rev 15778)
+++ csw/mgar/pkg/argtable/trunk/Makefile 2011-09-27 14:24:43 UTC (rev 15779)
@@ -1,5 +1,5 @@
NAME = argtable
-VERSION = 2.12
+VERSION = 2.13
CATEGORIES = utils
DESCRIPTION = Parsing GNU style command line options with a minimum of fuss
@@ -17,16 +17,25 @@
DISTNAME = $(NAME)$(subst .,-,$(VERSION))
DISTFILES = $(DISTNAME).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
VENDOR_URL = http://argtable.sourceforge.net/
+PACKAGES += CSWlibargtable2-0
+SPKG_DESC_CSWlibargtable2-0 = Parsing GNU style command line options with a minimum of fuss, libargtable2.so.0
+PKGFILES_CSWlibargtable2-0 += $(call pkgfiles_lib,libargtable2.so.0)
+
+PACKAGES += CSWlibargtable2-dev
+SPKG_DESC_CSWlibargtable2-dev = Development files for libargtable2.so.0
+# PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWlibargtable2-dev += CSWlibargtable2-0
+
+# These are just examples in the docs
+CHECKPKG_OVERRIDES_CSWlibargtable2-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/argtable2/argtable2.ps
+CHECKPKG_OVERRIDES_CSWlibargtable2-dev += file-with-bad-content|/usr/local|root/opt/csw/share/doc/argtable2/argtable2-intro.html
+CHECKPKG_OVERRIDES_CSWlibargtable2-dev += file-with-bad-content|/usr/share|root/opt/csw/share/doc/argtable2/argtable2-intro.ps
+CHECKPKG_OVERRIDES_CSWlibargtable2-dev += file-with-bad-content|/usr/share|root/opt/csw/share/doc/argtable2/argtable2-advanced.ps
+
EXTRA_LDFLAGS = -lintl
BUILD64 = 1
-CONFIGURE_ARGS = $(DIRPATHS)
-TEST_TARGET = check
-
include gar/category.mk
Modified: csw/mgar/pkg/argtable/trunk/checksums
===================================================================
--- csw/mgar/pkg/argtable/trunk/checksums 2011-09-27 13:43:06 UTC (rev 15778)
+++ csw/mgar/pkg/argtable/trunk/checksums 2011-09-27 14:24:43 UTC (rev 15779)
@@ -1 +1 @@
-291e249ea60f4d0637e467356a8ae41a argtable2-12.tar.gz
+156773989d0d6406cea36526d3926668 argtable2-13.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