Mercurial > treepkg
comparison recipes/gnupg/libksba.py @ 134:605f6784aae7
Add recipes for gnupg and related packages
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Mon, 26 May 2008 15:01:00 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
133:a13850c3be85 | 134:605f6784aae7 |
---|---|
1 # Copyright (C) 2008 by Intevation GmbH | |
2 # Authors: | |
3 # Bernhard Herzog <bh@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 libksba from SVN""" | |
9 | |
10 import base | |
11 | |
12 # The libksba sources require a full build before a make dist -- | |
13 # otherwise make dist fails. So run make without arguments once before | |
14 # 'make dist' | |
15 base.define_gnupg_packager("libksba", make_dist_command="make\nmake dist") |