wok-next annotate flag-icons/receipt @ rev 20146

Up qemu-light (2.0.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:50:08 2017 +0100 (2017-11-01)
parents 7798b28d62aa
children 7d96b53ab037
rev   line source
al@16475 1 # SliTaz package receipt.
al@16475 2
al@16475 3 PACKAGE="flag-icons"
al@16475 4 VERSION="2.6"
al@19590 5 COMMIT="a81d159"
al@16475 6 CATEGORY="misc"
al@16475 7 SHORT_DESC="2600 Flag Icon Set from GoSquared"
al@16475 8 MAINTAINER="al.bobylev@gmail.com"
al@16475 9 LICENSE="MIT"
al@19590 10 WEB_SITE="https://www.gosquared.com/resources/flag-icons/"
al@16475 11
al@19590 12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@19590 13 WGET_URL="https://github.com/gosquared/flags/archive/$COMMIT.tar.gz"
al@19590 14
al@19590 15 # Rules to configure and make the package.
al@19590 16 compile_rules()
al@19590 17 {
al@19590 18 for SIZE in 16 24 32 48 64; do
al@19590 19 fusih=$install/usr/share/icons/hicolor/${SIZE}x$SIZE
al@19590 20 mkdir -p $fusih
al@19590 21 cp -a $src/flags/flags-iso/shiny/$SIZE $fusih/intl
al@19590 22 done
al@19590 23
al@19590 24 mkdir -p $install/usr/share/licenses
al@19590 25 cp -a $src/LICENSE.txt $install/usr/share/licenses/gosquared.txt
al@19590 26 }
al@16475 27
al@16475 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16475 29 genpkg_rules()
al@16475 30 {
al@19590 31 cp -a $install/* $fs
al@16475 32 }