Mercurial > treepkg
changeset 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 | bd887d02068a |
children | 24d119c27150 |
files | recipes/gnupg/libgcrypt.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/recipes/gnupg/libgcrypt.py Wed Aug 20 12:58:20 2008 +0000 +++ b/recipes/gnupg/libgcrypt.py Wed Aug 20 12:59:45 2008 +0000 @@ -8,4 +8,7 @@ """Recipe to build libgrypt from SVN""" import base -base.define_gnupg_packager("libgcrypt11") +base.define_gnupg_packager("libgcrypt11", + tarball_dependencies=("autoconf", "automake", + "texinfo", "subversion", + "transfig", "gs"))