24 lines
712 B
Bash
24 lines
712 B
Bash
# Template file for 'libksba'
|
|
pkgname=libksba
|
|
version=1.3.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="libgpg-error-devel"
|
|
short_desc="A CMS and X.509 access library"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="LGPL-3"
|
|
homepage="https://www.gnupg.org/related_software/libksba/index.html"
|
|
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=f6c2883cebec5608692d8730843d87f237c0964d923bbe7aa89c05f20558ad4f
|
|
|
|
libksba-devel_package() {
|
|
depends="libgpg-error-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/bin/ksba-config
|
|
vmove usr/include
|
|
vmove usr/share/aclocal
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|