wok-next view discount/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="discount"
4 VERSION="2.2.6"
5 CATEGORY="utilities"
6 SHORT_DESC="C implementation of the markdown language"
7 MAINTAINER="maintainer@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="https://github.com/Orc/discount/archive/v$VERSION/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules()
17 {
18 ./configure.sh --prefix=/usr &&
19 make -j1 &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules()
24 {
25 case $PACKAGE in
26 discount) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }