wok-current view discount-dev/receipt @ rev 18914

Add: Tuffy Font Family. Tag: Sans Serif. Public Domain License.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 06:16:15 2016 -0300 (2016-02-24)
parents 5ed8a72ad8ba
children 0ef1c61de86d
line source
1 # SliTaz package receipt.
3 PACKAGE="discount-dev"
4 VERSION="2.1.8"
5 CATEGORY="development"
6 SHORT_DESC="a C implementation of the markdown spec - dev files"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="BSD3"
9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
10 HOST_ARCH="i486 arm"
11 WANTED="discount"
13 DEPENDS="discount"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib $fs/usr
21 }