Revision: 24084
          http://sourceforge.net/p/gar/code/24084
Author:   rmottola
Date:     2014-09-08 22:01:38 +0000 (Mon, 08 Sep 2014)
Log Message:
-----------
gs_PRICE/trunk: initial PRICE release

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

Added: csw/mgar/pkg/gs_PRICE/Makefile
===================================================================
--- csw/mgar/pkg/gs_PRICE/Makefile                              (rev 0)
+++ csw/mgar/pkg/gs_PRICE/Makefile      2014-09-08 22:01:38 UTC (rev 24084)
@@ -0,0 +1,2 @@
+%:
+       $(MAKE) -C trunk $*

Index: csw/mgar/pkg/gs_PRICE/trunk
===================================================================
--- csw/mgar/pkg/gs_PRICE/trunk 2014-09-08 09:40:59 UTC (rev 24083)
+++ csw/mgar/pkg/gs_PRICE/trunk 2014-09-08 22:01:38 UTC (rev 24084)

Property changes on: csw/mgar/pkg/gs_PRICE/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_PRICE/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_PRICE/trunk/Makefile                                (rev 0)
+++ csw/mgar/pkg/gs_PRICE/trunk/Makefile        2014-09-08 22:01:38 UTC (rev 
24084)
@@ -0,0 +1,46 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = PRICE
+VERSION = 1.2.0
+GARTYPE = v2
+
+DESCRIPTION = Image viewing and filtering program
+define BLURB
+  Raster image viewing, manipulation, filtering and enhancement program based 
on GNUstep. Capable of opening several documents at once and running high 
quality filters on them.
+endef
+
+BUILD_DEP_PKGS = CSWgmake CSWgcc4objc
+DEP_PKGS = CSWgnustep-make CSWgnustep-base CSWgnustep-gui CSWgnustep-back
+
+MASTER_SITES = 
http://downloads.sourceforge.net/project/price/PRICE%20source/$(VERSION)/
+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_PRICE/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_PRICE/trunk/checksums
===================================================================
--- csw/mgar/pkg/gs_PRICE/trunk/checksums                               (rev 0)
+++ csw/mgar/pkg/gs_PRICE/trunk/checksums       2014-09-08 22:01:38 UTC (rev 
24084)
@@ -0,0 +1 @@
+e35f0fa12caaf94c0028e4dea7ef96c7  PRICE-1.2.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to