libassuan: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:22:11 +00:00
parent 40a950a72f
commit 3e008e3ca2
3 changed files with 0 additions and 29 deletions

View File

@ -1,10 +0,0 @@
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.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

View File

@ -1 +0,0 @@
4cde037c3fcb2f0eeb695b1db6e56bba libassuan-0.6.10.tar.gz

View File

@ -1,18 +0,0 @@
# Description: Libassuan is the IPC library used by some GnuPG related software
# URL: http://www.gnupg.org/(en)/related_software/libassuan/index.html
# Maintainer:
# Packager: Daniel Mueller, daniel at danm dot de
name=libassuan
version=0.6.10
release=1
source=(ftp://ftp.gnupg.org/gcrypt/alpha/$name/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
test -d $PKG/usr/info && rm -rf $PKG/usr/info
}