summaryrefslogtreecommitdiffstats
path: root/extra/gnupg1
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:19:35 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:19:35 +0200
commit7a68c54a94447eb1c01403e230227f381999f505 (patch)
tree7be99346002b9ae1563bc5f213d36d1e8b4b1e9b /extra/gnupg1
parent7a681994fc9fac40d4504f89bbf806a172b9bc88 (diff)
downloadnutyx-extra-7a68c54a94447eb1c01403e230227f381999f505.tar.gz
nutyx-extra-7a68c54a94447eb1c01403e230227f381999f505.tar.bz2
nutyx-extra-7a68c54a94447eb1c01403e230227f381999f505.tar.xz
nutyx-extra-7a68c54a94447eb1c01403e230227f381999f505.zip
Ajout de gnupgde gnupg1#1.4.9-1
Diffstat (limited to 'extra/gnupg1')
-rw-r--r--extra/gnupg1/.footprint29
-rw-r--r--extra/gnupg1/.md5sum1
-rw-r--r--extra/gnupg1/Pkgfile19
3 files changed, 49 insertions, 0 deletions
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
+}