wok-next diff 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 diff
1.1 --- a/discount/receipt Fri Mar 02 03:33:54 2018 +0200 1.2 +++ b/discount/receipt Mon Feb 04 11:54:13 2019 +0100 1.3 @@ -4,19 +4,19 @@ 1.4 VERSION="2.1.8" 1.5 CATEGORY="utilities" 1.6 SHORT_DESC="C implementation of the markdown spec" 1.7 -MAINTAINER="necrophcodr@necrophcodr.me" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="BSD3" 1.10 -WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown" 1.11 +WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown/" 1.12 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="$WEB_SITE/$TARBALL" 1.15 1.16 -SPLIT="discount-dev" 1.17 +SPLIT="$PACKAGE-dev" 1.18 1.19 compile_rules() { 1.20 ./configure.sh --prefix=/usr && 1.21 make && 1.22 - make DESTDIR=$DESTDIR install 1.23 + make DESTDIR=$install install 1.24 } 1.25 1.26 genpkg_rules() {