wok annotate libssh2-dev/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 67692aafbf59
children ab858238497c
rev   line source
pascal@17533 1 # SliTaz package receipt.
pascal@17533 2
pascal@17533 3 PACKAGE="libssh2-dev"
Hans-G?nter@24834 4 VERSION="1.10.0"
pascal@17533 5 CATEGORY="development"
Hans-G?nter@23105 6 SHORT_DESC="A client-side C library implementing the SSH2 protocol, development files."
pascal@17533 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17533 8 LICENSE="BSD"
pascal@20669 9 WEB_SITE="https://www.libssh2.org/"
pascal@17533 10
pascal@19445 11 DEPENDS="libssh2 pkg-config"
Hans-G?nter@23105 12 WANTED="libssh2"
pascal@17533 13
pascal@17533 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17533 15 genpkg_rules()
pascal@17533 16 {
Hans-G?nter@24834 17 get_dev_files
pascal@17533 18 }