[csw-devel] SF.net SVN: gar:[18726] csw/mgar/pkg
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Fri Jul 13 14:55:46 CEST 2012
Revision: 18726
http://gar.svn.sourceforge.net/gar/?rev=18726&view=rev
Author: pfelecan
Date: 2012-07-13 12:55:46 +0000 (Fri, 13 Jul 2012)
Log Message:
-----------
libofx/trunk: migrated from a private recipe to a GAR based recipe;
not ready for release
Added Paths:
-----------
csw/mgar/pkg/libofx/
csw/mgar/pkg/libofx/Makefile
csw/mgar/pkg/libofx/branches/
csw/mgar/pkg/libofx/tags/
csw/mgar/pkg/libofx/trunk/
csw/mgar/pkg/libofx/trunk/Makefile
csw/mgar/pkg/libofx/trunk/checksums
csw/mgar/pkg/libofx/trunk/files/
Added: csw/mgar/pkg/libofx/Makefile
===================================================================
--- csw/mgar/pkg/libofx/Makefile (rev 0)
+++ csw/mgar/pkg/libofx/Makefile 2012-07-13 12:55:46 UTC (rev 18726)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/libofx/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/libofx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libofx/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libofx/trunk/Makefile 2012-07-13 12:55:46 UTC (rev 18726)
@@ -0,0 +1,40 @@
+# $Id$
+
+NAME = libofx
+VERSION = 0.9.5
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Library designed to allow applications to very easily support OFX command responses
+define BLURB
+ A parser and an API designed to allow applications to very easily
+ support OFX command responses, usually provided by financial
+ institutions for statement downloads.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(DISTNAME).tar.gz
+
+GARCOMPILER = GNU
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-opensp-includes=$(includedir)/OpenSP
+CONFIGURE_ARGS += --with-opensp-libs=$(libdir)
+
+BUILD_DEP_PKGS += CSWopensp-dev
+BUILD_DEP_PKGS += CSWlibxml2-dev
+BUILD_DEP_PKGS += CSWgengetopt
+BUILD_DEP_PKGS += CSWlibiconv-dev
+BUILD_DEP_PKGS += CSWlibcurl-dev
+BUILD_DEP_PKGS += CSWhelp2man
+BUILD_DEP_PKGS += CSWgawk
+BUILD_DEP_PKGS += CSWlibgnugetopt-dev
+
+RUNTIME_DEP_PKGS += CSWlibosp5
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(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/libofx/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/libofx/trunk/checksums
===================================================================
--- csw/mgar/pkg/libofx/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libofx/trunk/checksums 2012-07-13 12:55:46 UTC (rev 18726)
@@ -0,0 +1 @@
+58443fd7fa00dbbb6a36c75830774368 libofx-0.9.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