wok annotate discount-dev/receipt @ rev 20838

updated discount and discount-dev (2.1.8 -> 2.2.5)
author Hans-G?nter Theisgen
date Wed Feb 20 14:50:21 2019 +0100 (2019-02-20)
parents 27abeca1c8da
children fb8526ee16f5
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount-dev"
Hans-G?nter@20838 4 VERSION="2.2.5"
tcg@17140 5 CATEGORY="development"
Hans-G?nter@20838 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@20838 11 WANTED="discount"
Hans-G?nter@20838 12 DEPENDS="discount"
tcg@17140 13 HOST_ARCH="i486 arm"
tcg@17140 14
tcg@17140 15 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17140 16 genpkg_rules()
tcg@17140 17 {
pascal@17152 18 mkdir -p $fs/usr
pascal@17152 19 cp -a $install/usr/include $fs/usr
pascal@17152 20 cp -a $install/usr/lib $fs/usr
tcg@17140 21 }