summaryrefslogtreecommitdiffstats
path: root/extra/libassuan
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 15:59:41 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 15:59:41 +0200
commitab75d04fb99072c5212b72eb8449f7002226812f (patch)
tree2d40b2000e1810a6aa6f3c5dc0697497523b9366 /extra/libassuan
parent9002c3e8aa5fe6d8124b032eecec092479c48ce2 (diff)
downloadnutyx-extra-ab75d04fb99072c5212b72eb8449f7002226812f.tar.gz
nutyx-extra-ab75d04fb99072c5212b72eb8449f7002226812f.tar.bz2
nutyx-extra-ab75d04fb99072c5212b72eb8449f7002226812f.tar.xz
nutyx-extra-ab75d04fb99072c5212b72eb8449f7002226812f.zip
Ajout de libassuan#1.05-1
Diffstat (limited to 'extra/libassuan')
-rw-r--r--extra/libassuan/.footprint13
-rw-r--r--extra/libassuan/.md5sum1
-rwxr-xr-xextra/libassuan/Pkgfile23
3 files changed, 37 insertions, 0 deletions
diff --git a/extra/libassuan/.footprint b/extra/libassuan/.footprint
new file mode 100644
index 000000000..a455fb391
--- /dev/null
+++ b/extra/libassuan/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/libassuan-config
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/assuan.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libassuan-pth.a
+-rw-r--r-- root/root usr/lib/libassuan.a
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/libassuan.m4
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/assuan.info.gz
diff --git a/extra/libassuan/.md5sum b/extra/libassuan/.md5sum
new file mode 100644
index 000000000..206f1c778
--- /dev/null
+++ b/extra/libassuan/.md5sum
@@ -0,0 +1 @@
+c2db0974fcce4401f48f3fa41c4edc5a libassuan-1.0.5.tar.bz2
diff --git a/extra/libassuan/Pkgfile b/extra/libassuan/Pkgfile
new file mode 100755
index 000000000..8ae1064a7
--- /dev/null
+++ b/extra/libassuan/Pkgfile
@@ -0,0 +1,23 @@
+# Description: contains an IPC library used by some of the other GnuPG related packages
+# URL: http://ftp.gnuorg.org/gcrypt/libassuan
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: pth
+
+name=libassuan
+version=1.0.5
+release=1
+source=( ftp://ftp.gnupg.org/gcrypt/$name/$name-$version.tar.bz2)
+
+
+
+build() {
+ # build package
+cd $name-$version
+./configure --prefix=/usr\
+ --mandir=/usr/share/man\
+ --infodir=/usr/share/info
+make
+make DESTDIR=$PKG install
+rm $PKG/usr/share/info/dir
+}