[Treepkg-commits] r331 - trunk/recipes/wince/gnupg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 21 12:43:16 CEST 2010


Author: aheinecke
Date: 2010-06-21 12:43:16 +0200 (Mon, 21 Jun 2010)
New Revision: 331

Added:
   trunk/recipes/wince/gnupg/dirmngr_ce.py
   trunk/recipes/wince/gnupg/gnupg2_ce.py
   trunk/recipes/wince/gnupg/gpgme_ce.py
   trunk/recipes/wince/gnupg/libksba_ce.py
   trunk/recipes/wince/gnupg/libpth_ce.py
   trunk/recipes/wince/gnupg/pinentry_ce.py
Log:
Recipes added for Windows CE


Added: trunk/recipes/wince/gnupg/dirmngr_ce.py
===================================================================
--- trunk/recipes/wince/gnupg/dirmngr_ce.py	2010-06-21 10:41:43 UTC (rev 330)
+++ trunk/recipes/wince/gnupg/dirmngr_ce.py	2010-06-21 10:43:16 UTC (rev 331)
@@ -0,0 +1,12 @@
+# Copyright (C) 2008, 2010 by Intevation GmbH
+# Authors:
+# Bernhard Herzog <bh at intevation.de>
+# Modified for CE Andre Heinecke <aheinecke at intevation.de>
+#
+# This program is free software under the GPL (>=v2)
+# Read the file COPYING coming with the software for details.
+
+"""Recipe to build dirmngr from SVN for Windows CE"""
+
+import base
+base.define_gnupg_packager("dirmngr-ce-arm")

Added: trunk/recipes/wince/gnupg/gnupg2_ce.py
===================================================================
--- trunk/recipes/wince/gnupg/gnupg2_ce.py	2010-06-21 10:41:43 UTC (rev 330)
+++ trunk/recipes/wince/gnupg/gnupg2_ce.py	2010-06-21 10:43:16 UTC (rev 331)
@@ -0,0 +1,15 @@
+# Copyright (C) 2008, 2010 by Intevation GmbH
+# Authors:
+# Bernhard Herzog <bh at intevation.de>
+# Modified for CE Andre Heinecke <aheinecke at intevation.de>
+#
+# This program is free software under the GPL (>=v2)
+# Read the file COPYING coming with the software for details.
+
+"""Recipe to build gnupg2 from SVN for Windows CE"""
+
+import base
+base.define_gnupg_packager("gnupg2-ce-arm",
+                           tarball_dependencies=("autoconf", "automake",
+                                                 "texinfo", "subversion",
+                                                 "transfig", "gs"))

Added: trunk/recipes/wince/gnupg/gpgme_ce.py
===================================================================
--- trunk/recipes/wince/gnupg/gpgme_ce.py	2010-06-21 10:41:43 UTC (rev 330)
+++ trunk/recipes/wince/gnupg/gpgme_ce.py	2010-06-21 10:43:16 UTC (rev 331)
@@ -0,0 +1,12 @@
+# Copyright (C) 2008, 2010 by Intevation GmbH
+# Authors:
+# Bernhard Herzog <bh at intevation.de>
+# Modified for CE Andre Heinecke <aheinecke at intevation.de>
+#
+# This program is free software under the GPL (>=v2)
+# Read the file COPYING coming with the software for details.
+
+"""Recipe to build gpgme from SVN for Windows CE"""
+
+import base
+base.define_gnupg_packager("gpgme-ce-arm")

Added: trunk/recipes/wince/gnupg/libksba_ce.py
===================================================================
--- trunk/recipes/wince/gnupg/libksba_ce.py	2010-06-21 10:41:43 UTC (rev 330)
+++ trunk/recipes/wince/gnupg/libksba_ce.py	2010-06-21 10:43:16 UTC (rev 331)
@@ -0,0 +1,19 @@
+# Copyright (C) 2008, 2010 by Intevation GmbH
+# Authors:
+# Bernhard Herzog <bh at intevation.de>
+# Modified for CE Andre Heinecke <aheinecke at intevation.de>
+#
+# This program is free software under the GPL (>=v2)
+# Read the file COPYING coming with the software for details.
+
+"""Recipe to build libksba from SVN for Windows CE"""
+
+import base
+base.define_gnupg_packager("libksba-ce-arm", 
+                            make_dist_command="./configure --enable-maintainer-mode \
+                                                \nmake\nmake dist",
+                            tarball_dependencies=("autoconf","automake",
+                                                  "texinfo", "subversion",
+                                                  "transfig", "gs",
+                                                  "libgpg-error-dev"))
+

Added: trunk/recipes/wince/gnupg/libpth_ce.py
===================================================================
--- trunk/recipes/wince/gnupg/libpth_ce.py	2010-06-21 10:41:43 UTC (rev 330)
+++ trunk/recipes/wince/gnupg/libpth_ce.py	2010-06-21 10:43:16 UTC (rev 331)
@@ -0,0 +1,16 @@
+# Copyright (C) 2008, 2010 by Intevation GmbH
+# Authors:
+# Andre Heinecke <aheinecke at intevation.de>
+#
+# This program is free software under the GPL (>=v2)
+# Read the file COPYING coming with the software for details.
+
+"""Recipe to build libpth from SVN for Windows CE"""
+
+import base
+base.define_gnupg_packager("libpth-ce-arm", 
+                            tarball_dependencies=("autoconf","automake",
+                                                  "texinfo", "subversion",
+                                                  "transfig", "gs",
+                                                  "libgpg-error-ce-arm-dev"))
+

Added: trunk/recipes/wince/gnupg/pinentry_ce.py
===================================================================
--- trunk/recipes/wince/gnupg/pinentry_ce.py	2010-06-21 10:41:43 UTC (rev 330)
+++ trunk/recipes/wince/gnupg/pinentry_ce.py	2010-06-21 10:43:16 UTC (rev 331)
@@ -0,0 +1,12 @@
+# Copyright (C) 2008, 2010 by Intevation GmbH
+# Authors:
+# Bernhard Herzog <bh at intevation.de>
+# Modified for CE Andre Heinecke <aheinecke at intevation.de>
+#
+# This program is free software under the GPL (>=v2)
+# Read the file COPYING coming with the software for details.
+
+"""Recipe to build pinentry from SVN for Windows CE"""
+
+import base
+base.define_gnupg_packager("pinentry-ce-arm")



More information about the Treepkg-commits mailing list