wok-next view discount/receipt @ rev 21157

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
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 }