wok view libksba-dev/receipt @ rev 20317

the current version (4.4) of the banking app is 7 years old :-( new version: 5.1.8
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:05:25 2018 +0000 (2018-05-20)
parents 8f447cf2eee5
children 37cd8bfbd908
line source
1 # SliTaz package receipt.
3 PACKAGE="libksba-dev"
4 VERSION="1.3.4"
5 CATEGORY="security"
6 SHORT_DESC="The libksba devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnupg.org/related_software/libksba/"
11 WANTED="libksba"
12 DEPENDS="libksba libgpg-error-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs
18 rm -r $fs/usr/lib/*.so*
19 }