[csw-devel] SF.net SVN: gar:[7887] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Wed Jan 6 02:57:42 CET 2010
Revision: 7887
http://gar.svn.sourceforge.net/gar/?rev=7887&view=rev
Author: hson
Date: 2010-01-06 01:57:42 +0000 (Wed, 06 Jan 2010)
Log Message:
-----------
evolution-exchange: Initial commit
Added Paths:
-----------
csw/mgar/pkg/evolution-exchange/
csw/mgar/pkg/evolution-exchange/Makefile
csw/mgar/pkg/evolution-exchange/branches/
csw/mgar/pkg/evolution-exchange/tags/
csw/mgar/pkg/evolution-exchange/trunk/
csw/mgar/pkg/evolution-exchange/trunk/Makefile
csw/mgar/pkg/evolution-exchange/trunk/checksums
csw/mgar/pkg/evolution-exchange/trunk/files/
Added: csw/mgar/pkg/evolution-exchange/Makefile
===================================================================
--- csw/mgar/pkg/evolution-exchange/Makefile (rev 0)
+++ csw/mgar/pkg/evolution-exchange/Makefile 2010-01-06 01:57:42 UTC (rev 7887)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/ directory."
+
+%:
+ $(MAKE) -C trunk $*
+
+paranoid-%:
+ $(MAKE) -C trunk $* || exit 2
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+ $(MAKE) -C trunk $* || echo " *** make $* in $$i failed ***" >> $(BUILDLOG)
Property changes on: csw/mgar/pkg/evolution-exchange/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/evolution-exchange/trunk/Makefile
===================================================================
--- csw/mgar/pkg/evolution-exchange/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/evolution-exchange/trunk/Makefile 2010-01-06 01:57:42 UTC (rev 7887)
@@ -0,0 +1,53 @@
+GARNAME = evolution-exchange
+GARVERSION = 2.28.2
+CATEGORIES = gnome
+
+DESCRIPTION = Evolution Web Calendar
+define BLURB
+endef
+
+MASTER_SITES = $(GNOME_MIRROR)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTNAME = $(GARNAME)-$(GARVERSION)
+
+PACKAGES = CSWevolutionexchange CSWevolutionexchange-devel CSWevolutionexchange-doc
+CATALOGNAME_CSWevolutionexchange = evolution_webcal
+CATALOGNAME_CSWevolutionexchange-devel = evolution_webcal_devel
+CATALOGNAME_CSWevolutionexchange-doc = evolution_webcal_doc
+
+SPKG_DESC_CSWevolutionexchange += Evolution Web Calendar
+SPKG_DESC_CSWevolutionexchange-devel += Evolution Web Calendar - developer package
+SPKG_DESC_CSWevolutionexchange-doc += Evolution Web Calendar - documentation
+
+REQUIRED_PKGS_CSWevolutionexchange +=
+REQUIRED_PKGS_CSWevolutionexchange +=
+REQUIRED_PKGS_CSWevolutionexchange +=
+REQUIRED_PKGS_CSWevolutionexchange-devel += CSWevolution
+REQUIRED_PKGS_CSWevolutionexchange-doc += CSWevolution
+
+PKGFILES_CSWevolutionexchange-devel = $(PKGFILES_DEVEL)
+PKGFILES_CSWevolutionexchange-doc = $(sharedstatedir)/gtk-doc/.*
+
+ARCHALL_CSWevolutionexchange-doc = 1
+
+INCOMPATIBLE_PKGS_CSWevolutionexchange = CSWximian-connector
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+SPKG_SOURCEURL =http://projects.gnome.org/evolution-webcal
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+BUILD64 = 1
+
+STRIP_LIBTOOL = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)
Added: csw/mgar/pkg/evolution-exchange/trunk/checksums
===================================================================
--- csw/mgar/pkg/evolution-exchange/trunk/checksums (rev 0)
+++ csw/mgar/pkg/evolution-exchange/trunk/checksums 2010-01-06 01:57:42 UTC (rev 7887)
@@ -0,0 +1 @@
+82f70761960c7e9efdb24650c1b3229b evolution-exchange-2.28.2.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