wok-next view discount/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }