comparison recipes/wince/gnupg/libksba_ce.py @ 375:6b09c0541502

Recipes added for Windows CE
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 21 Jun 2010 10:43:16 +0000
parents
children e38976f77e26
comparison
equal deleted inserted replaced
374:f8bfd95f02d9 375:6b09c0541502
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 libksba from SVN for Windows CE"""
10
11 import base
12 base.define_gnupg_packager("libksba-ce-arm",
13 make_dist_command="./configure --enable-maintainer-mode \
14 \nmake\nmake dist",
15 tarball_dependencies=("autoconf","automake",
16 "texinfo", "subversion",
17 "transfig", "gs",
18 "libgpg-error-dev"))
19
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)