diff options
Diffstat (limited to 'libs/libgpg-error')
| -rw-r--r-- | libs/libgpg-error/.footprint | 24 | ||||
| -rw-r--r-- | libs/libgpg-error/.signature | 6 | ||||
| -rw-r--r-- | libs/libgpg-error/MAKEPKG | 28 |
3 files changed, 58 insertions, 0 deletions
diff --git a/libs/libgpg-error/.footprint b/libs/libgpg-error/.footprint new file mode 100644 index 0000000..d6f3af7 --- /dev/null +++ b/libs/libgpg-error/.footprint @@ -0,0 +1,24 @@ +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/gpgrt-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gpg-error.h +-rw-r--r-- root/root usr/include/gpgrt.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libgpg-error.so.0.42.1 +lrwxrwxrwx root/root usr/lib/libgpg-error.so -> libgpg-error.so.0.42.1 +lrwxrwxrwx root/root usr/lib/libgpg-error.so.0 -> libgpg-error.so.0.42.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gpg-error.pc +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 +-rw-r--r-- root/root usr/share/aclocal/gpgrt.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 diff --git a/libs/libgpg-error/.signature b/libs/libgpg-error/.signature new file mode 100644 index 0000000..1b588e3 --- /dev/null +++ b/libs/libgpg-error/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mCzmjbjEegh83HFOUzLwhsSZ/O2wBzIzU+s0hhvckhJTqh3BX/tK4xSdXHBhK9efrxCFuzJgaFyGsQffCsEozwk= + +SHA256 (MAKEPKG) = 48081f9a9e786379106fa2dcacefcb298984b5dfaa2514d715bd8c54b75f224f +SHA256 (.footprint) = df90ef459b69b64699cf13761641fe9313c86936dfc2a0867154676f70d34766 +SHA256 (libgpg-error-1.61.tar.bz2) = 7a85413f2bc354f4f8aa832b718af122e48965e9e0eb9012ee659c13c6385c93 +SHA256 (libgpg-error#1.61-1.pkg.tar.gz) = ca8f406257552cf6c8aeb35df416360d7f13cb959d30197d80a8edaaea2b6b05 diff --git a/libs/libgpg-error/MAKEPKG b/libs/libgpg-error/MAKEPKG new file mode 100644 index 0000000..a7d81f7 --- /dev/null +++ b/libs/libgpg-error/MAKEPKG @@ -0,0 +1,28 @@ +#!/bin/mkpkg +# description: Common error values for GnuPG components +# url: https://www.gnupg.org/software/libgpg-error + +name=libgpg-error +version=1.61 +release=1 +depends=() +source=(https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-$version.tar.bz2) +sha256sums=( + "7a85413f2bc354f4f8aa832b718af122e48965e9e0eb9012ee659c13c6385c93" +) + +build() { + cd $name-$version + ./configure \ + --prefix=/usr \ + --disable-static \ + --disable-nls \ + --disable-doc + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} |
