Dash:
[t2.git] / package / security / gnupg2 / gnupg2.conf
blob8b1f4060ae45a9cf89b502eddc43006d8f20f729
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../gnupg2/gnupg2.conf
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 if pkginstalled openldap; then
16         pkgprefix -t openldap
17         var_append configprefix " " 'CFLAGS="-I$( pkgprefix includedir openldap )"'
18         var_append configprefix " " 'LDFLAGS="-L$( pkgprefix libdir openldap )"'
21 # fix shared files with GnuPG-1
22 hook_add preconf 3 "find . -name Makefile.in -exec sed -ie 's#\(@PACKAGE@\)#\12#g' {} \;"
24 # tests inf. loop on ppc64, ignore for now
25 [ "$arch" = powerpc64 ] && var_append makeopt ' ' 'tests=' && var_append makeinstopt ' ' 'tests='
27 # guide cross compiling
28 var_append extraconfopt ' ' "--with-gpg-error-prefix=$root/`pkgprefix libgpg-error`"
29 var_append extraconfopt ' ' "--with-gcrypt-prefix=$root/`pkgprefix libgcrypt`"
30 var_append extraconfopt ' ' "--with-libassuan-prefix=$root/`pkgprefix libassuan`"
31 var_append extraconfopt ' ' "--with-ksba-prefix=$root/`pkgprefix libksba`"
32 var_append extraconfopt ' ' "--with-pth-prefix=$root/`pkgprefix gnupth`"