libksba: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:23:47 +00:00
parent 44f0c6ceda
commit 71d6417495
3 changed files with 0 additions and 34 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ksba-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/ksba.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libksba.a
-rwxr-xr-x root/root usr/lib/libksba.la
lrwxrwxrwx root/root usr/lib/libksba.so -> libksba.so.8.6.1
lrwxrwxrwx root/root usr/lib/libksba.so.8 -> libksba.so.8.6.1
-rwxr-xr-x root/root usr/lib/libksba.so.8.6.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/ksba.m4

View File

@ -1 +0,0 @@
4d40a09134c5a0d2dcc6416f9abdcc98 libksba-0.9.12.tar.bz2

View File

@ -1,19 +0,0 @@
# Description: Libksba provides an easy API to create and parse X.509 and CMS related objects
# URL: http://www.gnupg.org/(en)/related_software/libksba/index.html
# Maintainer:
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: libgpg-error
name=libksba
version=0.9.12
release=1
source=(ftp://ftp.gnupg.org/gcrypt/alpha/$name/$name-$version.tar.bz2)
build()
{
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
test -d $PKG/usr/info && rm -rf $PKG/usr/info
}