wok view discount-dev/receipt @ rev 25027

updated openssh, openssh-pam and sftp-server (8.7p1 -> 9.0p1)
author Hans-G?nter Theisgen
date Thu May 19 13:59:33 2022 +0100 (2022-05-19)
parents 6422600fc806
children
line source
1 # SliTaz package receipt.
3 PACKAGE="discount-dev"
4 VERSION="2.2.7"
5 CATEGORY="development"
6 SHORT_DESC="A C implementation of the markdown language - development files."
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="BSD3"
9 WEB_SITE="https://www.pell.portland.or.us/~orc/Code/markdown/"
11 DEPENDS="discount"
12 WANTED="discount"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders include
20 cook_copy_folders lib
21 }