From 1f592fb9f9255c4b0f1780fae6c2b8b8cc5dde50 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 16:41:08 +0200 Subject: Ajout de libgpg-error#1.7-1 --- extra/libgpg-error/.footprint | 26 ++++++++++++++++++++++++++ extra/libgpg-error/.md5sum | 1 + extra/libgpg-error/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 extra/libgpg-error/.footprint create mode 100644 extra/libgpg-error/.md5sum create mode 100755 extra/libgpg-error/Pkgfile diff --git a/extra/libgpg-error/.footprint b/extra/libgpg-error/.footprint new file mode 100644 index 000000000..b9b5f315b --- /dev/null +++ b/extra/libgpg-error/.footprint @@ -0,0 +1,26 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gpg-error +-rwxr-xr-x root/root usr/bin/gpg-error-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gpg-error.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libgpg-error.a +-rwxr-xr-x root/root usr/lib/libgpg-error.la +lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.5.0 +lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.5.0 +-rwxr-xr-x root/root usr/lib/libgpg-error.so.0.5.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/gpg-error.m4 +drwxr-xr-x root/root usr/share/common-lisp/ +drwxr-xr-x root/root usr/share/common-lisp/source/ +drwxr-xr-x root/root usr/share/common-lisp/source/gpg-error/ +-rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error-codes.lisp +-rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error-package.lisp +-rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error.asd +-rw-r--r-- root/root usr/share/common-lisp/source/gpg-error/gpg-error.lisp +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/libgpg-error.mo diff --git a/extra/libgpg-error/.md5sum b/extra/libgpg-error/.md5sum new file mode 100644 index 000000000..1b9d13433 --- /dev/null +++ b/extra/libgpg-error/.md5sum @@ -0,0 +1 @@ +62c0d09d1e76c5b6da8fff92314c4665 libgpg-error-1.7.tar.bz2 diff --git a/extra/libgpg-error/Pkgfile b/extra/libgpg-error/Pkgfile new file mode 100755 index 000000000..4a73252a0 --- /dev/null +++ b/extra/libgpg-error/Pkgfile @@ -0,0 +1,21 @@ +# Description: contains a library that defines common error values for all GnuPG components +# URL: http://www.gnupg.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libassuan + +name=libgpg-error +version=1.7 +release=1 +source=( ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2 ) + + + +build() { +cd $name-$version +./configure --prefix=/usr\ + --mandir=/usr/share/man\ + --infodir=/usr/share/info +make +make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2