wok annotate discount-dev/receipt @ rev 24074
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 08 09:18:48 2021 +0000 (2021-07-08) |
parents | fb8526ee16f5 |
children | 8cd7415960ec |
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 } |
Hans-G?nter@22735 | 24 |