comparison recipes/gnupg/libgcrypt.py @ 198:edd20598be27

libgcrypt recipe: libgcrypt requires transfig and gs when creating the tarball
author Bernhard Herzog <bh@intevation.de>
date Wed, 20 Aug 2008 12:59:45 +0000
parents 605f6784aae7
children
comparison
equal deleted inserted replaced
197:bd887d02068a 198:edd20598be27
6 # Read the file COPYING coming with the software for details. 6 # Read the file COPYING coming with the software for details.
7 7
8 """Recipe to build libgrypt from SVN""" 8 """Recipe to build libgrypt from SVN"""
9 9
10 import base 10 import base
11 base.define_gnupg_packager("libgcrypt11") 11 base.define_gnupg_packager("libgcrypt11",
12 tarball_dependencies=("autoconf", "automake",
13 "texinfo", "subversion",
14 "transfig", "gs"))
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)