--- /dev/null
+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.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
--- /dev/null
+# Description: A small library defining error values for GnuPG components
+# URL: http://www.gnupg.org
+# Packager: Matt Housh, jaeger at morpheus dot net
+# Maintainer: Thomas Penteker, tek at serverop dot de
+# Arch Maintainer System Team devel at crux-arm dot nu
+
+name=libgpg-error
+version=1.9
+release=2
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --disable-nls \
+ --enable-static
+ make
+ make DESTDIR=$PKG install
+}