From 64b5674076192d2a3b3b342df6ecb33ea465f0ad Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 1 Feb 2011 22:04:07 +0100 Subject: libgpg-error, est dans base --- base/libgpg-error/.footprint | 25 +++++++++++++++++++++++++ base/libgpg-error/.md5sum | 1 + base/libgpg-error/Pkgfile | 21 +++++++++++++++++++++ extra/libgpg-error/.footprint | 25 ------------------------- extra/libgpg-error/.md5sum | 1 - extra/libgpg-error/Pkgfile | 23 ----------------------- 6 files changed, 47 insertions(+), 49 deletions(-) create mode 100644 base/libgpg-error/.footprint create mode 100644 base/libgpg-error/.md5sum create mode 100755 base/libgpg-error/Pkgfile delete mode 100644 extra/libgpg-error/.footprint delete mode 100644 extra/libgpg-error/.md5sum delete mode 100755 extra/libgpg-error/Pkgfile diff --git a/base/libgpg-error/.footprint b/base/libgpg-error/.footprint new file mode 100644 index 000000000..d5d01cc41 --- /dev/null +++ b/base/libgpg-error/.footprint @@ -0,0 +1,25 @@ +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/ +-rwxr-xr-x root/root usr/lib/libgpg-error.la +lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.7.0 +lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.7.0 +-rwxr-xr-x root/root usr/lib/libgpg-error.so.0.7.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/base/libgpg-error/.md5sum b/base/libgpg-error/.md5sum new file mode 100644 index 000000000..58dabeaf1 --- /dev/null +++ b/base/libgpg-error/.md5sum @@ -0,0 +1 @@ +521b98aa9395e7eaf0ef2236233a0796 libgpg-error-1.9.tar.bz2 diff --git a/base/libgpg-error/Pkgfile b/base/libgpg-error/Pkgfile new file mode 100755 index 000000000..e52a056e6 --- /dev/null +++ b/base/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 + +name=libgpg-error +version=1.9 +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 +} + diff --git a/extra/libgpg-error/.footprint b/extra/libgpg-error/.footprint deleted file mode 100644 index d5d01cc41..000000000 --- a/extra/libgpg-error/.footprint +++ /dev/null @@ -1,25 +0,0 @@ -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/ --rwxr-xr-x root/root usr/lib/libgpg-error.la -lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.7.0 -lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.7.0 --rwxr-xr-x root/root usr/lib/libgpg-error.so.0.7.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 deleted file mode 100644 index 58dabeaf1..000000000 --- a/extra/libgpg-error/.md5sum +++ /dev/null @@ -1 +0,0 @@ -521b98aa9395e7eaf0ef2236233a0796 libgpg-error-1.9.tar.bz2 diff --git a/extra/libgpg-error/Pkgfile b/extra/libgpg-error/Pkgfile deleted file mode 100755 index 6b8430b2b..000000000 --- a/extra/libgpg-error/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# 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: -# Run on: - -name=libgpg-error -version=1.9 -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