wok annotate discount-dev/receipt @ rev 22734

updated discount and discount-dev (2.2.5 -> 2.2.6)
author Hans-G?nter Theisgen
date Thu Jan 23 17:26:34 2020 +0100 (2020-01-23)
parents 0ef1c61de86d
children 6422600fc806
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount-dev"
Hans-G?nter@22734 4 VERSION="2.2.6"
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"
tcg@17140 9 WEB_SITE="http://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 {
pascal@17152 19 mkdir -p $fs/usr
Hans-G?nter@22734 20
Hans-G?nter@22734 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@22734 22 cp -a $install/usr/lib $fs/usr
tcg@17140 23 }