wok-next view flag-icons/receipt @ rev 20199

Up firmware (fix some multiline or empty descriptions), gettext, gtk-theme-blackbird, libmpd, libmpdclient, openbox & openbox-max (keep default Clearlooks theme), xfce4-icon-theme, xfce4-taskmanager, xfmpc. terminal -> xfce4-terminal, xfce4-ristretto -> ristretto (weird, but we agreed to call packages according to sources tarballs).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 03 16:28:49 2017 +0200 (2017-11-03)
parents 7798b28d62aa
children 7d96b53ab037
line source
1 # SliTaz package receipt.
3 PACKAGE="flag-icons"
4 VERSION="2.6"
5 COMMIT="a81d159"
6 CATEGORY="misc"
7 SHORT_DESC="2600 Flag Icon Set from GoSquared"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://www.gosquared.com/resources/flag-icons/"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="https://github.com/gosquared/flags/archive/$COMMIT.tar.gz"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 for SIZE in 16 24 32 48 64; do
19 fusih=$install/usr/share/icons/hicolor/${SIZE}x$SIZE
20 mkdir -p $fusih
21 cp -a $src/flags/flags-iso/shiny/$SIZE $fusih/intl
22 done
24 mkdir -p $install/usr/share/licenses
25 cp -a $src/LICENSE.txt $install/usr/share/licenses/gosquared.txt
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }