wok-next diff discount/receipt @ rev 21149
Small updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jan 30 23:32:57 2019 +0200 (2019-01-30) |
parents | c3a368c0cddb |
children | 5b635f329c7e |
line diff
1.1 --- a/discount/receipt Fri Mar 02 03:33:54 2018 +0200 1.2 +++ b/discount/receipt Wed Jan 30 23:32:57 2019 +0200 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() {