summaryrefslogtreecommitdiffstats
path: root/crypto/gpa/DETAILS
blob: 3dace303f24466151e7b1dba3b2bc5cbf9b7dc0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
. "$GRIMOIRE/FUNCTIONS"
           SPELL=gpa
if [ "$GPA_BRANCH" == "scm" ]; then
        VERSION=$(get_scm_version)
          SOURCE=$SPELL-scm.tar.bz2
  FORCE_DOWNLOAD=on
   SOURCE_URL[0]=git://git.gnupg.org/gpa.git:$SPELL-scm
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
else
         VERSION=0.9.4

          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/$SPELL/$SOURCE
      SOURCE_GPG="GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY"

         SOURCE2=$SOURCE.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
        WEB_SITE=http://www.gnupg.org/related_software/gpa/
         ENTERED=20020312
      LICENSE[0]=GPL
        KEYWORDS="gnupg crypto"
           SHORT="GUI frontend for GnuPG"
cat << EOF
The GNU Privacy Assistant is a graphical user interface for the
GNU Privacy Guard (GnuPG). GnuPG is a system that provides you 
with privacy by encrypting emails or other documents and with 
authentication of received files by signature management.
GPA utilizes the GIMP Tool Kit (GTK) and compiles for various platforms.
EOF