wok annotate i3status/receipt @ rev 23433

updated physfs and physfs-dev (3.0.1 -> 3.0.2)
author Hans-G?nter Theisgen
date Wed Apr 01 17:36:27 2020 +0100 (2020-04-01)
parents 448368c9da07
children 453c249b6219
rev   line source
pascal@13233 1 # SliTaz package receipt.
pascal@13233 2
pascal@13233 3 PACKAGE="i3status"
erjo@14452 4 VERSION="2.7"
pascal@13233 5 CATEGORY="x-window"
pascal@13233 6 SHORT_DESC="i3 status bar"
pascal@16048 7 MAINTAINER="ybringler@gmail.com"
pascal@15600 8 LICENSE="BSD"
pascal@20669 9 WEB_SITE="https://i3wm.org/i3status"
pascal@13233 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@13233 11 WGET_URL="$WEB_SITE/$TARBALL"
pascal@15600 12
pascal@13233 13 DEPENDS="alsa-lib yajl wireless_tools"
pascal@13233 14 BUILD_DEPENDS="make gcc alsa-lib-dev dev86 libconfuse wireless_tools-dev yajl"
pascal@13233 15
pascal@13233 16 # Rules to configure and make the package.
pascal@13233 17 compile_rules()
pascal@13233 18 {
pascal@13233 19 make && make install
pascal@13233 20 }
pascal@13233 21
pascal@13233 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13233 23 genpkg_rules()
pascal@13233 24 {
pascal@13233 25 cp -a $install/* $fs
pascal@13233 26 }