wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="discount-dev"
4 VERSION="2.1.7"
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 cd $src
19 tar xvf $src/build/discount.tgz -C $fs
20 rm -rf $fs/usr/bin
21 }