### this file is sourced not run
PKGVER=1.3.3
PKGBUILD=1
PKGARCH=x86_64

# source: post BLFS 7.8 2015-12-29
TARBALL=libksba-$PKGVER.tar.bz2
MD5SUM=a5dd3c57fca254935f5cf8db26e39065
SRC_URL=ftp://ftp.gnupg.org/gcrypt/libksba/$TARBALL
BUNDLE=

SLACKREQ=libgpg-error
SLACKDESC="libksba: libksba $PKGVER (GnuPG X.509 and CMS library)  
libksba:  
libksba: The Libksba package contains a library used to make X.509 
libksba: certificates as well as making the CMS (Cryptographic Message Syntax) 
libksba: easily accessible by other applications. Both specifications are 
libksba: building blocks of S/MIME and TLS. The library does not rely on 
libksba: another cryptographic library but provides hooks for easy integration 
libksba: with Libgcrypt.  
libksba: 
libksba: 
libksba:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&

	# multilib
	mv -v /usr/bin/ksba-config{,-64} &&
	ln -sfv multiarch_wrapper /usr/bin/ksba-config	
}


