SF.net SVN: gar:[23932] csw/mgar/pkg
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Thu Aug 7 11:46:50 CEST 2014
Revision: 23932
http://sourceforge.net/p/gar/code/23932
Author: rmottola
Date: 2014-08-07 09:46:45 +0000 (Thu, 07 Aug 2014)
Log Message:
-----------
gs_gorm/trunk: GNUstep interface builder, first package
Added Paths:
-----------
csw/mgar/pkg/gs_gorm/
csw/mgar/pkg/gs_gorm/Makefile
csw/mgar/pkg/gs_gorm/branches/
csw/mgar/pkg/gs_gorm/tags/
csw/mgar/pkg/gs_gorm/trunk/
csw/mgar/pkg/gs_gorm/trunk/Makefile
csw/mgar/pkg/gs_gorm/trunk/checksums
csw/mgar/pkg/gs_gorm/trunk/files/
Added: csw/mgar/pkg/gs_gorm/Makefile
===================================================================
--- csw/mgar/pkg/gs_gorm/Makefile (rev 0)
+++ csw/mgar/pkg/gs_gorm/Makefile 2014-08-07 09:46:45 UTC (rev 23932)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/gs_gorm/trunk
===================================================================
--- csw/mgar/pkg/gs_gorm/trunk 2014-08-07 06:59:38 UTC (rev 23931)
+++ csw/mgar/pkg/gs_gorm/trunk 2014-08-07 09:46:45 UTC (rev 23932)
Property changes on: csw/mgar/pkg/gs_gorm/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_gorm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_gorm/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/gs_gorm/trunk/Makefile 2014-08-07 09:46:45 UTC (rev 23932)
@@ -0,0 +1,47 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = gorm
+VERSION = 1.2.20
+GARTYPE = v2
+
+DESCRIPTION = GNUstep graphical interface builder
+define BLURB
+ GORM (Graphical Object Relationship Modeller) is GNUstep Interface Builder equivalent to build graphically interface files.
+endef
+
+BUILD_DEP_PKGS = CSWgmake CSWgcc4objc
+DEP_PKGS = CSWgnustep-make CSWgnustep-base CSWgnustep-gui CSWgnustep-back
+
+MASTER_SITES = ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
+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_gorm/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_gorm/trunk/checksums
===================================================================
--- csw/mgar/pkg/gs_gorm/trunk/checksums (rev 0)
+++ csw/mgar/pkg/gs_gorm/trunk/checksums 2014-08-07 09:46:45 UTC (rev 23932)
@@ -0,0 +1 @@
+099c2e749e6871c8ea2f8e68b9fe87b5 gorm-1.2.20.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