From 7a68c54a94447eb1c01403e230227f381999f505 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Mon, 10 Aug 2009 22:19:35 +0200 Subject: Ajout de gnupgde gnupg1#1.4.9-1 --- extra/gnupg1/.footprint | 29 +++++++++++++++++++++++++++++ extra/gnupg1/.md5sum | 1 + extra/gnupg1/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 extra/gnupg1/.footprint create mode 100644 extra/gnupg1/.md5sum create mode 100644 extra/gnupg1/Pkgfile (limited to 'extra') diff --git a/extra/gnupg1/.footprint b/extra/gnupg1/.footprint new file mode 100644 index 000000000..95a2a0e3b --- /dev/null +++ b/extra/gnupg1/.footprint @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gpg +-rwxr-xr-x root/root usr/bin/gpg-zip +-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_curl +-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_finger +-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_hkp +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/gnupg/ +-rw-r--r-- root/root usr/share/gnupg/FAQ +-rw-r--r-- root/root usr/share/gnupg/faq.html +-rw-r--r-- root/root usr/share/gnupg/options.skel +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/gnupg1.info.gz +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gnupg.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/gpg.1.gz +-rw-r--r-- root/root usr/share/man/man1/gpg.ru.1.gz +-rw-r--r-- root/root usr/share/man/man1/gpgv.1.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/gnupg.7.gz diff --git a/extra/gnupg1/.md5sum b/extra/gnupg1/.md5sum new file mode 100644 index 000000000..8abd3f31f --- /dev/null +++ b/extra/gnupg1/.md5sum @@ -0,0 +1 @@ +cc52393087480ac8d245625004a6a30c gnupg-1.4.9.tar.bz2 diff --git a/extra/gnupg1/Pkgfile b/extra/gnupg1/Pkgfile new file mode 100644 index 000000000..2cc1af1a1 --- /dev/null +++ b/extra/gnupg1/Pkgfile @@ -0,0 +1,19 @@ +# Description: GNU gardien des donnees privees +# URL: http://www.gnupg.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=gnupg1 +version=1.4.9 +release=1 +source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$version.tar.bz2) + +build() { + cd gnupg-$version + ./configure --prefix=/usr \ + --libexecdir=/usr/lib + make + make DESTDIR=$PKG install + rm $PKG/usr/share/info/dir +} -- cgit v1.2.3-70-g09d2