bh@134: # Copyright (C) 2008 by Intevation GmbH bh@134: # Authors: bh@134: # Bernhard Herzog bh@134: # bh@134: # This program is free software under the GPL (>=v2) bh@134: # Read the file COPYING coming with the software for details. bh@134: bh@134: """Recipe to build libksba from SVN""" bh@134: bh@134: import base bh@134: bh@134: # The libksba sources require a full build before a make dist -- bh@134: # otherwise make dist fails. So run make without arguments once before bh@134: # 'make dist' bh@134: base.define_gnupg_packager("libksba", make_dist_command="make\nmake dist")