wok annotate discount-dev/receipt @ rev 17140

Add discount and devel.
author necrophcodr <tcg.thegamer@gmail.com>
date Wed Sep 10 11:13:57 2014 +0200 (2014-09-10)
parents
children 5ed8a72ad8ba
rev   line source
tcg@17140 1 # SliTaz package receipt.
tcg@17140 2
tcg@17140 3 PACKAGE="discount-dev"
tcg@17140 4 VERSION="2.1.7"
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 {
tcg@17140 18 cd $src
tcg@17140 19 tar xvf $src/build/discount.tgz -C $fs
tcg@17140 20 rm -rf $fs/usr/bin
tcg@17140 21 }