Mercurial > treepkg
comparison recipes/wince/gnupg/libpth_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 # Andre Heinecke <aheinecke@intevation.de> | |
4 # | |
5 # This program is free software under the GPL (>=v2) | |
6 # Read the file COPYING coming with the software for details. | |
7 | |
8 """Recipe to build libpth from SVN for Windows CE""" | |
9 | |
10 import base | |
11 base.define_gnupg_packager("libpth-ce-arm", | |
12 tarball_dependencies=("autoconf","automake", | |
13 "texinfo", "subversion", | |
14 "transfig", "gs", | |
15 "libgpg-error-ce-arm-dev")) | |
16 |