wok annotate discount-dev/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
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 }