diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /gnupg | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'gnupg')
-rw-r--r-- | gnupg/.footprint | 20 | ||||
-rw-r--r-- | gnupg/.md5sum | 2 | ||||
-rw-r--r-- | gnupg/Pkgfile | 35 | ||||
-rw-r--r-- | gnupg/README | 15 |
4 files changed, 72 insertions, 0 deletions
diff --git a/gnupg/.footprint b/gnupg/.footprint new file mode 100644 index 000000000..4ec30c7fd --- /dev/null +++ b/gnupg/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwsr-xr-x root/root usr/bin/gpg +-rwxr-xr-x root/root usr/bin/gpgsplit +-rwxr-xr-x root/root usr/bin/gpgv +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/gnupg/ +-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_finger +-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_hkp +-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_http +-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_mailto +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/gpg.1.gz +-rw-r--r-- root/root usr/man/man1/gpgv.1.gz +drwxr-xr-x root/root usr/man/man7/ +-rw-r--r-- root/root usr/man/man7/gnupg.7.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gnupg/ +-rw-r--r-- root/root usr/share/gnupg/options.skel diff --git a/gnupg/.md5sum b/gnupg/.md5sum new file mode 100644 index 000000000..0615fd9cf --- /dev/null +++ b/gnupg/.md5sum @@ -0,0 +1,2 @@ +2d59ed50d92f69994dbfbe00fe1612e4 gnupg-1.4.2.1.tar.bz2 +9dc3bc086824a8c7a331f35e09a3e57f idea.c.gz diff --git a/gnupg/Pkgfile b/gnupg/Pkgfile new file mode 100644 index 000000000..f4f81fdec --- /dev/null +++ b/gnupg/Pkgfile @@ -0,0 +1,35 @@ +# Description: GNU privacy guard +# URL: http://www.gnupg.org +# Maintainer: Simon Gloßner, viper at hometux dot de +# Packager: Daniel Mueller, daniel at danm dot de + +name=gnupg +version=1.4.2.1 +release=1 +source=(ftp://ftp.gnupg.org/gcrypt/gnupg/$name-$version.tar.bz2 \ + ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz) + +build () { + cd $name-$version + + zcat ../idea.c.gz > cipher/idea.c + + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib \ + --enable-static-rnd=linux \ + --enable-dev-random \ + --disable-nls \ + --enable-m-guard \ + --disable-ldap \ + --enable-mailto + + make + make DESTDIR=$PKG install + + chmod u+s $PKG/usr/bin/gpg + + rm -rf $PKG/usr/info + rm -f $PKG/usr/share/gnupg/{FAQ,faq.html} + rm -f $PKG/usr/man/man?/gpg.ru.* +} diff --git a/gnupg/README b/gnupg/README new file mode 100644 index 000000000..32329bba7 --- /dev/null +++ b/gnupg/README @@ -0,0 +1,15 @@ +REQUIREMENTS + + GnuPG requires a sendmail compatiblity link '/usr/sbin/sendmail'. Be + sure that you have installed on of the following: + + - esmtp + - masqmail + - postfix + - sendmail + +PRE-INSTALL + +POST-INSTALL + +PRECAUTION |