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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7d96b53ab037
children
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@21057 11 HOST_ARCH="any"
al@16475 12
al@19590 13 TARBALL="$PACKAGE-$COMMIT.tar.gz"
al@19590 14 WGET_URL="https://github.com/gosquared/flags/archive/$COMMIT.tar.gz"
al@19590 15
al@20434 16 compile_rules() {
al@19590 17 for SIZE in 16 24 32 48 64; do
al@19590 18 fusih=$install/usr/share/icons/hicolor/${SIZE}x$SIZE
al@19590 19 mkdir -p $fusih
al@19590 20 cp -a $src/flags/flags-iso/shiny/$SIZE $fusih/intl
al@19590 21 done
al@19590 22
al@19590 23 mkdir -p $install/usr/share/licenses
al@19590 24 cp -a $src/LICENSE.txt $install/usr/share/licenses/gosquared.txt
al@19590 25 }
al@16475 26
al@20434 27 genpkg_rules() {
al@19590 28 cp -a $install/* $fs
al@16475 29 }