wok view libssh-dev/receipt @ rev 25819
Fix linux-slitaz.config, update linux-slitaz.config64 for mmc tablet
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 03 12:52:49 2025 +0100 (3 months ago) |
parents | d88295c12cfc |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libssh-dev"
4 VERSION="0.10.6"
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 cook_copy_folders include
18 cook_copy_folders pkgconfig
19 }