summaryrefslogtreecommitdiffstats
path: root/crypto/gpgme/PREPARE
blob: f31a70fb0fe1e256db8ed6c8c1a83ad982ba65e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 2006-07-07
# GPGME_OLD -> GPGME_BRANCH

if [[ $GPGME_OLD == y ]]; then
  persistent_add  GPGME_BRANCH  &&
  GPGME_BRANCH="0.3"            &&
  persistent_remove GPGME_OLD
fi

if [[ $GPGME_OLD == n ]]; then
  persistent_add  GPGME_BRANCH  &&
  GPGME_BRANCH="DEFAULT"        &&
  persistent_remove GPGME_OLD
fi

config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?" DEFAULT 0.3 1.0 1.1 1.2