wok-next view discount/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents c3a368c0cddb
children 5b635f329c7e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="discount"
4 VERSION="2.1.8"
5 CATEGORY="utilities"
6 SHORT_DESC="C implementation of the markdown spec"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD3"
9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure.sh --prefix=/usr &&
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 discount) copy @std;;
25 *-dev) copy @dev;;
26 esac
27 }