wok view libksba-dev/receipt @ rev 21642

created simple-mtpfs
author Hans-G?nter Theisgen
date Wed May 29 18:00:29 2019 +0100 (2019-05-29)
parents ac006a7bf27c
children 72237c062f53
line source
1 # SliTaz package receipt.
3 PACKAGE="libksba-dev"
4 VERSION="1.3.5"
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 }