summaryrefslogtreecommitdiff
path: root/libgcrypt
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libgcrypt
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'libgcrypt')
-rw-r--r--libgcrypt/.footprint15
-rw-r--r--libgcrypt/.md5sum1
-rw-r--r--libgcrypt/Pkgfile17
3 files changed, 33 insertions, 0 deletions
diff --git a/libgcrypt/.footprint b/libgcrypt/.footprint
new file mode 100644
index 000000000..c6af934da
--- /dev/null
+++ b/libgcrypt/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/libgcrypt-config
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/gcrypt-module.h
+-rw-r--r-- root/root usr/include/gcrypt.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libgcrypt.a
+-rwxr-xr-x root/root usr/lib/libgcrypt.la
+lrwxrwxrwx root/root usr/lib/libgcrypt.so -> libgcrypt.so.11.2.1
+lrwxrwxrwx root/root usr/lib/libgcrypt.so.11 -> libgcrypt.so.11.2.1
+-rwxr-xr-x root/root usr/lib/libgcrypt.so.11.2.1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/libgcrypt.m4
diff --git a/libgcrypt/.md5sum b/libgcrypt/.md5sum
new file mode 100644
index 000000000..d6980fc04
--- /dev/null
+++ b/libgcrypt/.md5sum
@@ -0,0 +1 @@
+1a4f886e4c1eb9b6908d39831c6f75b3 libgcrypt-1.2.2.tar.gz
diff --git a/libgcrypt/Pkgfile b/libgcrypt/Pkgfile
new file mode 100644
index 000000000..04d138d00
--- /dev/null
+++ b/libgcrypt/Pkgfile
@@ -0,0 +1,17 @@
+# Description: A general purpose cryptographic library based on GnuPG
+# URL: http://directory.fsf.org/security/libgcrypt.html
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: libgpg-error
+
+name=libgcrypt
+version=1.2.2
+release=1
+source=(http://mirrors.rootmode.com/ftp.gnupg.org/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/info
+}

Generated by cgit