wok annotate discount-dev/receipt @ rev 24998

Up rp-pppoe (3.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 16 10:11:22 2022 +0000 (2022-05-16)
parents 6422600fc806
children
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount-dev"
Hans-G?nter@24483 4 VERSION="2.2.7"
tcg@17140 5 CATEGORY="development"
Hans-G?nter@22734 6 SHORT_DESC="A C implementation of the markdown language - development files."
necrophcodr@17745 7 MAINTAINER="necrophcodr@necrophcodr.me"
tcg@17140 8 LICENSE="BSD3"
Hans-G?nter@24483 9 WEB_SITE="https://www.pell.portland.or.us/~orc/Code/markdown/"
Hans-G?nter@20838 10
Hans-G?nter@22734 11 DEPENDS="discount"
Hans-G?nter@20838 12 WANTED="discount"
Hans-G?nter@22734 13
tcg@17140 14 HOST_ARCH="i486 arm"
tcg@17140 15
tcg@17140 16 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17140 17 genpkg_rules()
tcg@17140 18 {
Hans-G?nter@24483 19 cook_copy_folders include
Hans-G?nter@24483 20 cook_copy_folders lib
tcg@17140 21 }
Hans-G?nter@22735 22