wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/discount-dev/receipt	Wed Sep 10 11:13:57 2014 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="discount-dev"
     1.7 +VERSION="2.1.7"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="a C implementation of the markdown spec - dev files"
    1.10 +MAINTAINER="tcg.thegamer@gmail.com"
    1.11 +LICENSE="BSD3"
    1.12 +WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
    1.13 +HOST_ARCH="i486 arm"
    1.14 +WANTED="discount"
    1.15 +
    1.16 +DEPENDS="discount"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	tar xvf $src/build/discount.tgz -C $fs
    1.23 +	rm -rf $fs/usr/bin
    1.24 +}