23 lines
712 B
Bash
23 lines
712 B
Bash
# Template file for 'libksba'
|
|
pkgname=libksba
|
|
version=1.3.3
|
|
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=0c7f5ffe34d0414f6951d9880a46fcc2985c487f7c36369b9f11ad41131c7786
|
|
|
|
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"
|
|
}
|
|
}
|