wok view discount-dev/receipt @ rev 17579

Fix: some less hexchat depends
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 12:33:37 2015 +0000 (2015-02-08)
parents d5320a34f352
children 27abeca1c8da
line source
1 # SliTaz package receipt.
3 PACKAGE="discount-dev"
4 VERSION="2.1.6"
5 CATEGORY="development"
6 SHORT_DESC="a C implementation of the markdown spec - dev files"
7 MAINTAINER="tcg.thegamer@gmail.com"
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 }