wok view i3status/receipt @ rev 21087

updated jsoncpp (0.10.2 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Mar 15 15:55:06 2019 +0100 (2019-03-15)
parents 448368c9da07
children 453c249b6219
line source
1 # SliTaz package receipt.
3 PACKAGE="i3status"
4 VERSION="2.7"
5 CATEGORY="x-window"
6 SHORT_DESC="i3 status bar"
7 MAINTAINER="ybringler@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://i3wm.org/i3status"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="alsa-lib yajl wireless_tools"
14 BUILD_DEPENDS="make gcc alsa-lib-dev dev86 libconfuse wireless_tools-dev yajl"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }