wok view discount-dev/receipt @ rev 24596

updated gftp (2.0.19 -> 2.9.1b)
author Hans-G?nter Theisgen
date Tue Mar 01 15:53:52 2022 +0100 (2022-03-01)
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 }