SF.net SVN: gar:[23729] csw/mgar/pkg

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Thu May 29 18:30:27 CEST 2014


Revision: 23729
          http://sourceforge.net/p/gar/code/23729
Author:   rmottola
Date:     2014-05-29 16:30:24 +0000 (Thu, 29 May 2014)
Log Message:
-----------
gs_zipper/trunk: introducing GNUstep's zipper

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

Added: csw/mgar/pkg/gs_zipper/Makefile
===================================================================
--- csw/mgar/pkg/gs_zipper/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gs_zipper/Makefile	2014-05-29 16:30:24 UTC (rev 23729)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/gs_zipper/trunk
===================================================================
--- csw/mgar/pkg/gs_zipper/trunk	2014-05-28 23:16:35 UTC (rev 23728)
+++ csw/mgar/pkg/gs_zipper/trunk	2014-05-29 16:30:24 UTC (rev 23729)

Property changes on: csw/mgar/pkg/gs_zipper/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_zipper/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_zipper/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gs_zipper/trunk/Makefile	2014-05-29 16:30:24 UTC (rev 23729)
@@ -0,0 +1,46 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = Zipper
+VERSION = 1.5
+GARTYPE = v2
+
+DESCRIPTION = GNUstep graphical archive tool (zip, tar, ...)
+define BLURB
+  GNUstep tool to inspect and extract  various archives by wrapping existing shell tools (tar, zip, lha...) and create archives through Services from the Workspace.
+endef
+
+BUILD_DEP_PKGS = CSWgmake CSWgcc4objc
+DEP_PKGS = CSWgnustep-make CSWgnustep-base CSWgnustep-gui CSWgnustep-back CSWgtar SUNWzip
+
+MASTER_SITES = http://savannah.nongnu.org/download/gap/
+DISTFILES  = $(DISTNAME).tar.gz
+
+#we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
+GARCOMPILER = GNU
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# now special targets for build and install so that we can source
+# GNUstep.sh before
+# configure is skipped
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = sourcegs
+INSTALL_SCRIPTS = sourcegs
+
+# Disable test scripts for now
+TEST_SCRIPTS = none
+SKIPTEST = 1
+
+include gar/category.mk
+
+build-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE)
+	@$(MAKECOOKIE)
+
+install-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install DESTDIR=$(DESTDIR)
+	@$(MAKECOOKIE)
+
+test-none :
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/gs_zipper/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_zipper/trunk/checksums
===================================================================
--- csw/mgar/pkg/gs_zipper/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gs_zipper/trunk/checksums	2014-05-29 16:30:24 UTC (rev 23729)
@@ -0,0 +1 @@
+2281adff0815920db61f24c1cf5fb56d  Zipper-1.5.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