wok view discount-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
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 }