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

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents 4eab61ea2c5a
children 0cbe4b1f2230
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 compile_rules() {
16 for SIZE in 16 24 32 48 64; do
17 fusih=$install/usr/share/icons/hicolor/${SIZE}x$SIZE
18 mkdir -p $fusih
19 cp -a $src/flags/flags-iso/shiny/$SIZE $fusih/intl
20 done
22 mkdir -p $install/usr/share/licenses
23 cp -a $src/LICENSE.txt $install/usr/share/licenses/gosquared.txt
24 }
26 genpkg_rules() {
27 cp -a $install/* $fs
28 }