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

igalic at users.sourceforge.net igalic at users.sourceforge.net
Sat Nov 10 15:21:45 CET 2012


Revision: 19600
          http://gar.svn.sourceforge.net/gar/?rev=19600&view=rev
Author:   igalic
Date:     2012-11-10 14:21:44 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
zip/trunk: adding zip packages

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

Added: csw/mgar/pkg/zip/Makefile
===================================================================
--- csw/mgar/pkg/zip/Makefile	                        (rev 0)
+++ csw/mgar/pkg/zip/Makefile	2012-11-10 14:21:44 UTC (rev 19600)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/zip/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/zip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zip/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/zip/trunk/Makefile	2012-11-10 14:21:44 UTC (rev 19600)
@@ -0,0 +1,40 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = zip
+VERSION = 3.0
+zip_version = 30
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Info-Zip Zip compression and file packaging/archive utility 
+define BLURB
+ Info-Zip Zip compression and file packaging/archive utility 
+endef
+
+MASTER_SITES = ftp://ftp.info-zip.org/pub/infozip/src/
+DISTFILES  = $(NAME)$(zip_version).tgz
+
+RUNTIME_DEP_PKGS = CSWlibbz2-1-0
+BUILD_DEP_PKGS  = $(RUNTIME_DEP_PKGS)
+
+WORKSRC = $(WORKDIR)/$(NAME)$(zip_version)
+
+# zip's configure is... "special". We use a custom version
+CONFIGURE_SCRIPTS = 
+
+# Further, nothing respects our LDFLAGS, so we have to set
+# those specifically:
+BUILD_ARGS = -f unix/Makefile LOCAL_ZIP="$(CFLAGS)" BIND="$(CC) $(LDFLAGS)"  generic
+INSTALL_ARGS = -f unix/Makefile INSTALL=ginstall BINDIR=$(bindir) MANDIR=$(DESTDIR)$(mandir)/man1 install
+
+BUILD64 = 1
+ISAEXEC = 1
+
+LICENSE = LICENSE
+
+# There is no test suite
+TEST_SCRIPTS = 
+
+include gar/category.mk
+


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

Added: csw/mgar/pkg/zip/trunk/checksums
===================================================================
--- csw/mgar/pkg/zip/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/zip/trunk/checksums	2012-11-10 14:21:44 UTC (rev 19600)
@@ -0,0 +1 @@
+7b74551e63f8ee6aab6fbc86676c0d37  zip30.tgz

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