wok view i3status/receipt @ rev 15551

Up: thunderbird-langpack-de (17.0.11esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 24 17:37:28 2013 +0100 (2013-11-24)
parents d313620f5c1d
children de49f29b101e
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="Yehuda Ringler <ybringler@gmail.com>"
8 WEB_SITE="http://i3wm.org/i3status"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="$WEB_SITE/$TARBALL"
11 DEPENDS="alsa-lib yajl wireless_tools"
12 BUILD_DEPENDS="make gcc alsa-lib-dev dev86 libconfuse wireless_tools-dev yajl"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 cp -a $install/* $fs
24 }