wok view discount-dev/receipt @ rev 23962

Add caprice32 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 01 16:36:55 2020 +0000 (2020-10-01)
parents fb8526ee16f5
children 8cd7415960ec
line source
1 # SliTaz package receipt.
3 PACKAGE="discount-dev"
4 VERSION="2.2.6"
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="http://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 mkdir -p $fs/usr
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib $fs/usr
23 }