aheinecke@322: # Copyright (C) 2008, 2010 by Intevation GmbH aheinecke@322: # Authors: aheinecke@322: # Bernhard Herzog aheinecke@322: # Modified for CE Andre Heinecke aheinecke@322: # aheinecke@322: # This program is free software under the GPL (>=v2) aheinecke@322: # Read the file COPYING coming with the software for details. aheinecke@322: aheinecke@322: """Recipe to build libgrypt from SVN for Windows CE""" aheinecke@322: aheinecke@322: import base aheinecke@322: base.define_gnupg_packager("libgcrypt-ce-arm", aheinecke@322: tarball_dependencies=("autoconf", "automake", aheinecke@322: "texinfo", "subversion", aheinecke@374: "transfig", "gs", aheinecke@374: "libgpg-error-ce-arm-dev"))