CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgpg-error: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Wed, 3 Nov 2010 07:07:41 +0000 (07:07 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 3 Nov 2010 07:07:41 +0000 (07:07 +0000)
libgpg-error/.footprint [new file with mode: 0644]
libgpg-error/.md5sum [new file with mode: 0644]
libgpg-error/Pkgfile [new file with mode: 0644]

diff --git a/libgpg-error/.footprint b/libgpg-error/.footprint
new file mode 100644 (file)
index 0000000..a6fbf85
--- /dev/null
@@ -0,0 +1,22 @@
+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
diff --git a/libgpg-error/.md5sum b/libgpg-error/.md5sum
new file mode 100644 (file)
index 0000000..58dabea
--- /dev/null
@@ -0,0 +1 @@
+521b98aa9395e7eaf0ef2236233a0796  libgpg-error-1.9.tar.bz2
diff --git a/libgpg-error/Pkgfile b/libgpg-error/Pkgfile
new file mode 100644 (file)
index 0000000..3466518
--- /dev/null
@@ -0,0 +1,22 @@
+# 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
+}