wok diff jq/receipt @ rev 21794

updated firefox-official packages (67.0.3 -> 68.0)
author Hans-G?nter Theisgen
date Wed Aug 07 15:28:16 2019 +0100 (2019-08-07)
parents 59052ca2662d
children f9a649f31165
line diff
     1.1 --- a/jq/receipt	Thu Apr 02 01:07:28 2015 +0000
     1.2 +++ b/jq/receipt	Wed Aug 07 15:28:16 2019 +0100
     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 -