New package: libksba-1.3.1.
This commit is contained in:
parent
d459cd5700
commit
65f78c9d1f
|
@ -1783,3 +1783,4 @@ liblangtag.so.1 liblangtag-0.5.4_1
|
|||
liblangtag-gobject.so.0 liblangtag-0.5.4_1
|
||||
libexttextcat-2.0.so.0 libexttextcat-3.4.3_1
|
||||
libledger.so.3 libledger-3.1_1
|
||||
libksba.so.8 libksba-1.3.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libksba
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'libksba'
|
||||
pkgname=libksba
|
||||
version=1.3.1
|
||||
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=bc96b95516bd2b67f413bc8b5cc5a75a2583c6e666d24dfd0d5bcc6b1aab46f9
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue