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

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Feb 7 12:38:09 CET 2010


Revision: 8372
          http://gar.svn.sourceforge.net/gar/?rev=8372&view=rev
Author:   hson
Date:     2010-02-07 11:38:08 +0000 (Sun, 07 Feb 2010)

Log Message:
-----------
polkit: Initial commit

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

Added: csw/mgar/pkg/polkit/Makefile
===================================================================
--- csw/mgar/pkg/polkit/Makefile	                        (rev 0)
+++ csw/mgar/pkg/polkit/Makefile	2010-02-07 11:38:08 UTC (rev 8372)
@@ -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/polkit/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/polkit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/polkit/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/polkit/trunk/Makefile	2010-02-07 11:38:08 UTC (rev 8372)
@@ -0,0 +1,60 @@
+GARNAME = polkit
+GARVERSION = 0.96
+CATEGORIES = lib
+
+DESCRIPTION = PolicyKit
+define BLURB
+	Exempi is an implementation of XMP. Version 2.x is based on Adobe XMP SDK
+	4.1.1 and released under a BSD-style license like Adobe's. The 3 clause
+	BSD (aka New-BSD) license is compatible with GPL. The licensing is kept
+	identical in order to allow two-way merging of the code (ie sending our
+	change to the XMP SDK to Adobe for integration).
+
+	The API is C based and means to be used from any language and be easier
+	to maintain ABI stability. 
+endef
+
+MASTER_SITES = http://cgit.freedesktop.org/PolicyKit/snapshot/
+DISTNAME  = PolicyKit-$(GARVERSION)
+DISTFILES  = $(DISTNAME).tar.bz2
+
+UFILES_REGEX = PolicyKit-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGES = CSWpolkit CSWpolkitdevel
+CATALOGNAME_CSWpolkit = polkit
+CATALOGNAME_CSWpolkitdevel = polkit_devel
+SPKG_DESC_CSWpolkit = polkit is an implementation of XMP
+SPKG_DESC_CSWpolkitdevel = polkit is an implementation of XMP - developer package
+
+RUNTIME_DEP_PKGS_CSWpolkit += CSWexpat CSWstlport CSWzlib CSWiconv
+RUNTIME_DEP_PKGS_CSWpolkitdevel += CSWpolkit
+
+BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS_CSWpolkit)
+
+PKGFILES_CSWpolkitdevel = $(PKGFILES_DEVEL)
+
+SPKG_SOURCEURL = http://libopenraw.freedesktop.org/wiki/polkit
+
+CONFIGURE_SCRIPTS += $(WORKSRC)/autogen.sh
+#CONFIGURE_SCRIPTS += $(WORKSRC)/configure
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+include gar/category.mk
+
+#pre-configure-modulated:
+#	@echo " ==> Regenerating build tools..."
+#	@( cd $(WORKSRC) ; "NOCONFIGURE=1" ./autogen.sh )
+#	@$(MAKECOOKIE)
+
+#pre-configure-modulated:
+#	@echo " ==> Regenerating build tools..."
+#	@(cd $(WORKSRC) ; \
+#		aclocal                       && \
+#		autoconf                      && \
+#		libtoolize --automake --force && \
+#		aclocal                       && \
+#		automake -a )
+#	@$(MAKECOOKIE)

Added: csw/mgar/pkg/polkit/trunk/checksums
===================================================================
--- csw/mgar/pkg/polkit/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/polkit/trunk/checksums	2010-02-07 11:38:08 UTC (rev 8372)
@@ -0,0 +1 @@
+fbd8d49310ad885bd559b55633b548e1  PolicyKit-0.96.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