wok-next view jq/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 762b649a4d73
children d2950281f122
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jq"
4 VERSION="1.4"
5 CATEGORY="utilities"
6 SHORT_DESC="jq is a lightweight and flexible command-line JSON processor"
7 MAINTAINER="nneul@neulinger.org"
8 LICENSE="MIT"
9 WEB_SITE="http://stedolan.github.io/jq/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}download/source/$TARBALL"
14 compile_rules() {
15 ./configure $CONFIGURE_ARGS &&
16 fix libtool &&
17 make &&
18 make DESTDIR=$DESTDIR install
19 }
21 genpkg_rules() {
22 copy @std
23 TAGS="json"
24 }