wok view i3status/receipt @ rev 18902

Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Feb 19 07:04:57 2016 -0200 (2016-02-19)
parents de49f29b101e
children a78610b2eb47
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="http://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 }