wok-next diff jq/receipt @ rev 19867
Up mplayer-cli (1.3.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Sep 27 16:49:12 2017 +0200 (2017-09-27) |
parents | 59052ca2662d |
children | 0ec6086e21d6 |
line diff
1.1 --- a/jq/receipt Thu Apr 02 01:07:28 2015 +0000 1.2 +++ b/jq/receipt Wed Sep 27 16:49:12 2017 +0200 1.3 @@ -6,15 +6,14 @@ 1.4 SHORT_DESC="jq is a lightweight and flexible command-line JSON processor" 1.5 MAINTAINER="nneul@neulinger.org" 1.6 LICENSE="MIT" 1.7 -TARBALL="jq-1.4.tar.gz" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://stedolan.github.io/jq/" 1.10 -WGET_URL="http://stedolan.github.io/jq/download/source/$TARBALL" 1.11 +WGET_URL="${WEB_SITE}download/source/$TARBALL" 1.12 TAGS="json" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.19 --mandir=/usr/share/man \ 1.20 $CONFIGURE_ARGS && 1.21 @@ -28,5 +27,3 @@ 1.22 mkdir -p $fs/usr 1.23 cp -a $install/usr/bin $fs/usr 1.24 } 1.25 - 1.26 -