bh@134: # Copyright (C) 2008 by Intevation GmbH
bh@134: # Authors:
bh@134: # Bernhard Herzog <bh@intevation.de>
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 libgrypt from SVN"""
bh@134: 
bh@134: import base
bh@198: base.define_gnupg_packager("libgcrypt11",
bh@198:                            tarball_dependencies=("autoconf", "automake",
bh@198:                                                  "texinfo", "subversion",
bh@198:                                                  "transfig", "gs"))