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

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Mon Jul 30 13:32:28 CEST 2012


Revision: 18874
          http://gar.svn.sourceforge.net/gar/?rev=18874&view=rev
Author:   pfelecan
Date:     2012-07-30 11:32:28 +0000 (Mon, 30 Jul 2012)
Log Message:
-----------
gnucash/trunk: started the migration from a private recipe to a GAR
based recipe; not release ready.

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

Added: csw/mgar/pkg/gnucash/Makefile
===================================================================
--- csw/mgar/pkg/gnucash/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnucash/Makefile	2012-07-30 11:32:28 UTC (rev 18874)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


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


Added: csw/mgar/pkg/gnucash/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnucash/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gnucash/trunk/Makefile	2012-07-30 11:32:28 UTC (rev 18874)
@@ -0,0 +1,63 @@
+# $Id$
+
+NAME = gnucash
+VERSION = 2.4.11
+GARTYPE = v2
+CATEGORIES = apps
+
+DESCRIPTION = A personal and small-business financial-accounting software
+define BLURB
+  GnuCash is personal and small-business financial-accounting software, freely
+  licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris,
+  Mac OS X and Microsoft Windows.
+
+  Designed to be easy to use, yet powerful and flexible, GnuCash allows you to
+  track bank accounts, stocks, income and expenses. As quick and intuitive to
+  use as a checkbook register, it is based on professional accounting
+  principles to ensure balanced books and accurate reports.
+
+  Feature Highlights
+
+    Double-Entry Accounting
+    Stock/Bond/Mutual Fund Accounts
+    Small-Business Accounting
+    Reports, Graphs
+    QIF/OFX/HBCI Import, Transaction Matching
+    Scheduled Transactions
+    Financial Calculations
+endef
+
+MASTER_SITES	=	$(SF_MIRRORS)
+DISTFILES		=	$(DISTNAME).tar.bz2
+
+BUILD_DEP_PKGS	+=	CSWlibgconf-dev
+BUILD_DEP_PKGS	+=	CSWlibglib2-dev
+BUILD_DEP_PKGS	+=	CSWlibgtk2-dev
+BUILD_DEP_PKGS	+=	CSWguile
+BUILD_DEP_PKGS	+=	CSWlibart
+BUILD_DEP_PKGS	+=	CSWlibglade2
+BUILD_DEP_PKGS	+=	CSWlibgnomeprint
+BUILD_DEP_PKGS	+=	CSWlibgnomeui-devel
+BUILD_DEP_PKGS	+=	CSWlibgsf-dev
+BUILD_DEP_PKGS	+=	CSWlibxml2-dev
+BUILD_DEP_PKGS	+=	CSWpangodevel
+BUILD_DEP_PKGS	+=	CSWswig
+BUILD_DEP_PKGS	+=	CSWgtkhtml31
+BUILD_DEP_PKGS	+=	CSWlibdbi-dev
+BUILD_DEP_PKGS	+=	CSWlibgnome-dev
+BUILD_DEP_PKGS	+=	CSWlibgtkhtml
+BUILD_DEP_PKGS	+=	CSWlibgnomecanvas-dev
+
+GARCOMPILER		=	GNU
+CONFIGURE_ARGS	=	$(DIRPATHS)
+
+PACKAGING_PLATFORMS	=	solaris10-sparc
+PACKAGING_PLATFORMS	+=	solaris10-i386
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:/opt/csw/libexec/flex-2.5.35/bin:$(PATH)
+
+# this is private and not available publicly
+mydependencies:
+	for package in $(PACKAGES); do echo '___' $${package}; $(HOME)/bin/ocswdeplist --depth 1 --dependencies --packaging --csw --prototype $(HOME)/opencsw/$(NAME)/trunk/work/build-global/$${package}.prototype --target $(HOME)/opencsw/$(NAME)/trunk/work/pkgroot; done


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

Added: csw/mgar/pkg/gnucash/trunk/checksums
===================================================================
--- csw/mgar/pkg/gnucash/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gnucash/trunk/checksums	2012-07-30 11:32:28 UTC (rev 18874)
@@ -0,0 +1 @@
+e59f94a8c4cf41f47a9e74ba725bde45  gnucash-2.4.11.tar.bz2

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