wok view flag-icons/receipt @ rev 22979

updated kamailio again (4.4.4 -> 5.3.2)
author Hans-G?nter Theisgen
date Sat Feb 29 16:43:38 2020 +0100 (2020-02-29)
parents 03d30ab1efc8
children b01314c762e9
line source
1 # SliTaz package receipt.
3 PACKAGE="flag-icons"
4 VERSION="2.6"
5 CATEGORY="misc"
6 SHORT_DESC="2600 Flag Icon Set from GoSquared"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.gosquared.com/resources/flag-icons"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WGET_URL="https://downloads.gosquared.com/pixels/flags.zip"
13 BUILD_DEPENDS="wget"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 for SIZE in 16 24 32 48 64; do
19 fusih=$fs/usr/share/icons/hicolor/${SIZE}x$SIZE
20 mkdir -p $fusih
21 cp -a $src/flags-iso/shiny/$SIZE $fusih/intl
22 done
24 mkdir -p $fs/usr/share/licenses
25 cp -a $src/LICENSE.txt $fs/usr/share/licenses/gosquared.txt
26 }