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