wok view libssh-dev/receipt @ rev 23655

Up openssh (8.2p1) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 21 06:26:34 2020 +0000 (2020-04-21)
parents c37502c14e80
children 35292b022843
line source
1 # SliTaz package receipt.
3 PACKAGE="libssh-dev"
4 VERSION="0.9.3"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libssh."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.libssh.org/"
11 DEPENDS="libssh pkg-config"
12 WANTED="libssh"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }