wok annotate 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
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount-dev"
pascal@17152 4 VERSION="2.1.6"
tcg@17140 5 CATEGORY="development"
tcg@17140 6 SHORT_DESC="a C implementation of the markdown spec - dev files"
tcg@17140 7 MAINTAINER="tcg.thegamer@gmail.com"
tcg@17140 8 LICENSE="BSD3"
tcg@17140 9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
tcg@17140 10 HOST_ARCH="i486 arm"
tcg@17140 11 WANTED="discount"
tcg@17140 12
tcg@17140 13 DEPENDS="discount"
tcg@17140 14
tcg@17140 15 # Rules to gen a SliTaz package suitable for Tazpkg.
tcg@17140 16 genpkg_rules()
tcg@17140 17 {
pascal@17152 18 mkdir -p $fs/usr
pascal@17152 19 cp -a $install/usr/include $fs/usr
pascal@17152 20 cp -a $install/usr/lib $fs/usr
tcg@17140 21 }