[csw-devel] SF.net SVN: gar:[6102] csw/mgar/pkg
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Mon Aug 24 17:07:30 CEST 2009
Revision: 6102
http://gar.svn.sourceforge.net/gar/?rev=6102&view=rev
Author: valholla
Date: 2009-08-24 15:07:30 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
initial checkin
Added Paths:
-----------
csw/mgar/pkg/pidgin_sipe/
csw/mgar/pkg/pidgin_sipe/Makefile
csw/mgar/pkg/pidgin_sipe/branches/
csw/mgar/pkg/pidgin_sipe/tags/
csw/mgar/pkg/pidgin_sipe/trunk/
csw/mgar/pkg/pidgin_sipe/trunk/Makefile
csw/mgar/pkg/pidgin_sipe/trunk/checksums
csw/mgar/pkg/pidgin_sipe/trunk/files/
Added: csw/mgar/pkg/pidgin_sipe/Makefile
===================================================================
--- csw/mgar/pkg/pidgin_sipe/Makefile (rev 0)
+++ csw/mgar/pkg/pidgin_sipe/Makefile 2009-08-24 15:07:30 UTC (rev 6102)
@@ -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)
Added: csw/mgar/pkg/pidgin_sipe/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidgin_sipe/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/pidgin_sipe/trunk/Makefile 2009-08-24 15:07:30 UTC (rev 6102)
@@ -0,0 +1,28 @@
+GARNAME = pidgin-sipe
+GARVERSION = 1.5.0
+CATEGORIES = lib
+
+DESCRIPTION = Pidgin Plug-in SIPE (Sip Exchange Protocol)
+define BLURB
+ An Open Implementation of SIP/Simple protocol for Pidgin
+endef
+
+SF_PROJ = sipe
+MASTER_SITES = $(SF_MIRRORS)
+UPSTREAM_USE_SF = 1
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+PACKAGES = CSWpidginsipe
+CATALOGNAME_CSWpidginsipe = pidgin_sipe
+SPKG_DESC_CSWpidginsipe = $(DESCRIPTION)
+SPKG_SOURCEURL = http://sipe.sourceforge.net/
+REQUIRED_PKGS_CSWpidginsipe = CSWpidgin
+
+# We define upstream file regex so we can be notifed of
+# new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz2
+
+STRIP_LIBTOOL = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/pidgin_sipe/trunk/checksums
===================================================================
--- csw/mgar/pkg/pidgin_sipe/trunk/checksums (rev 0)
+++ csw/mgar/pkg/pidgin_sipe/trunk/checksums 2009-08-24 15:07:30 UTC (rev 6102)
@@ -0,0 +1 @@
+8d27efe5d98d88385736d92d9aa0c924 download/pidgin-sipe-1.5.0.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