diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 22:04:07 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 22:04:07 +0100 |
commit | 64b5674076192d2a3b3b342df6ecb33ea465f0ad (patch) | |
tree | b9bbc1ab39b5f7010cb69393927627385379064e /extra | |
parent | ff465b63de4b34dfd77051acd94c47d0c462d223 (diff) | |
download | nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.gz nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.bz2 nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.tar.xz nutyx-pakxe-64b5674076192d2a3b3b342df6ecb33ea465f0ad.zip |
libgpg-error, est dans base
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libgpg-error/.footprint | 25 | ||||
-rw-r--r-- | extra/libgpg-error/.md5sum | 1 | ||||
-rwxr-xr-x | extra/libgpg-error/Pkgfile | 23 |
3 files changed, 0 insertions, 49 deletions
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 -} - |