wok-6.x diff discount/receipt @ rev 17564
Up: hexchat 2.10.2
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Feb 07 17:14:34 2015 +0000 (2015-02-07) |
parents | 5ed8a72ad8ba |
children | 27abeca1c8da |
line diff
1.1 --- a/discount/receipt Thu Sep 11 15:41:24 2014 +0200 1.2 +++ b/discount/receipt Sat Feb 07 17:14:34 2015 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="a C implementation of the markdown spec" 1.5 MAINTAINER="tcg.thegamer@gmail.com" 1.6 LICENSE="BSD3" 1.7 -TARBALL="${PACKAGE}-${VERSION}.tgz" 1.8 +TARBALL="${PACKAGE}-${VERSION}.tar.bz2" 1.9 WEB_SITE="http://www.pell.portland.or.us/~orc/Code/markdown" 1.10 WGET_URL="${WEB_SITE}/${TARBALL}" 1.11 HOST_ARCH="i486 arm" 1.12 @@ -19,7 +19,7 @@ 1.13 { 1.14 ./configure.sh --prefix=/usr && 1.15 make && 1.16 - make DESTDIR=$DESTDIR 1.17 + make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20