comparison recipes/wince/gnupg/libgcrypt_ce.py @ 322:278abafc2d86

Added recipes for GNUPG Windows CE crossbuilds
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 12 Mar 2010 09:49:35 +0000
parents
children f8bfd95f02d9
comparison
equal deleted inserted replaced
321:092925ff75d7 322:278abafc2d86
1 # Copyright (C) 2008, 2010 by Intevation GmbH
2 # Authors:
3 # Bernhard Herzog <bh@intevation.de>
4 # Modified for CE Andre Heinecke <aheinecke@intevation.de>
5 #
6 # This program is free software under the GPL (>=v2)
7 # Read the file COPYING coming with the software for details.
8
9 """Recipe to build libgrypt from SVN for Windows CE"""
10
11 import base
12 base.define_gnupg_packager("libgcrypt-ce-arm",
13 tarball_dependencies=("autoconf", "automake",
14 "texinfo", "subversion",
15 "transfig", "gs"))
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)