wok-current view discount-dev/receipt @ rev 24363
updated fftw and fftw-dev (3.3.8 -> 3.3.10)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 04 15:51:08 2022 +0100 (2022-02-04) |
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 }