[csw-devel] SF.net SVN: gar:[21851] csw/mgar/pkg/gpgme/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Tue Aug 27 11:32:28 CEST 2013
Revision: 21851
http://gar.svn.sourceforge.net/gar/?rev=21851&view=rev
Author: lblume
Date: 2013-08-27 09:32:27 +0000 (Tue, 27 Aug 2013)
Log Message:
-----------
gpgme/trunk: Bump to 1.4.3; cleanup the recipe
Modified Paths:
--------------
csw/mgar/pkg/gpgme/trunk/Makefile
csw/mgar/pkg/gpgme/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/gpgme/trunk/files/0001_need_posix_shell.patch
Modified: csw/mgar/pkg/gpgme/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gpgme/trunk/Makefile 2013-08-27 09:15:34 UTC (rev 21850)
+++ csw/mgar/pkg/gpgme/trunk/Makefile 2013-08-27 09:32:27 UTC (rev 21851)
@@ -1,5 +1,5 @@
NAME = gpgme
-VERSION = 1.1.8
+VERSION = 1.4.3
GARTYPE = v2
DESCRIPTION = GPGME - GnuPG Made Easy
@@ -13,17 +13,27 @@
MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/gpgme/
DISTFILES = $(NAME)-$(VERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWgpgme,)
SPKG_SOURCEURL = http://www.gnupg.org/related_software/libraries.en.html#lib-GPGME
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = -(\d+(?:\.\d+)*).tar.bz2
+GARCOMPILER = GCC4
+PATCHFILES += 0001_need_posix_shell.patch
+
+BUILD_DEP_PKGS += CSWlibgpg-error-dev
+BUILD_DEP_PKGS += CSWlibpth-dev
+BUILD_DEP_PKGS += CSWgnupg2
+
RUNTIME_DEP_PKGS = CSWgpgerr CSWpth
BUILD64_LIBS_ONLY = 1
CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-gpg-version=2
+CONFIGURE_ARGS += --with-gpgsm-version=2
+CONFIGURE_ARGS += --with-gpgconf-version=2
+CONFIGURE_ARGS += --with-gpgconf=$(prefix)/bin
+CONFIGURE_ARGS += --with-gpg=$(prefix)/bin
+CONFIGURE_ARGS += --with-gpgsm=$(prefix)/bin
include gar/category.mk
Modified: csw/mgar/pkg/gpgme/trunk/checksums
===================================================================
--- csw/mgar/pkg/gpgme/trunk/checksums 2013-08-27 09:15:34 UTC (rev 21850)
+++ csw/mgar/pkg/gpgme/trunk/checksums 2013-08-27 09:32:27 UTC (rev 21851)
@@ -1,2 +1 @@
-39bd929d5f3dc6d3d91cf465ec91b4af download/gpgme-1.1.8.tar.bz2
-26a005ef4b0f216b9cf6ff0b4237d523 download/CSWgpgme.gspec
+334e524cffa8af4e2f43ae8afe585672 gpgme-1.4.3.tar.bz2
Added: csw/mgar/pkg/gpgme/trunk/files/0001_need_posix_shell.patch
===================================================================
--- csw/mgar/pkg/gpgme/trunk/files/0001_need_posix_shell.patch (rev 0)
+++ csw/mgar/pkg/gpgme/trunk/files/0001_need_posix_shell.patch 2013-08-27 09:32:27 UTC (rev 21851)
@@ -0,0 +1,8 @@
+--- a/tests/gpg/start-stop-agent lun. août 12 11:29:38 2013
++++ b/tests/gpg/start-stop-agent mar. août 27 11:15:20 2013
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/ksh
+ # Copyright (C) 2013 g10 Code GmbH
+ #
+ # This file is free software; as a special exception the author gives
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