Mercurial > treepkg
comparison recipes/wince/gnupg/gnupg2_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 |
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 gnupg2 from SVN for Windows CE""" | |
10 | |
11 import base | |
12 base.define_gnupg_packager("gnupg2-ce-arm", | |
13 tarball_dependencies=("autoconf", "automake", | |
14 "texinfo", "subversion", | |
15 "transfig", "gs")) |