wok annotate gucharmap3-i18n/receipt @ rev 21804

Up vlc (3.0.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 18:25:28 2019 +0200 (2019-08-15)
parents
children
rev   line source
al@19198 1 # SliTaz package receipt.
al@19198 2
al@19198 3 PACKAGE="gucharmap3-i18n"
al@19198 4 VERSION="3.18.2"
al@19198 5 CATEGORY="localization"
al@19198 6 SHORT_DESC="Language files for GNOME Character Map (GTK+3)"
al@19198 7 MAINTAINER="al.bobylev@gmail.com"
al@19198 8 LICENSE="GPL3"
al@19198 9 WEB_SITE="https://wiki.gnome.org/action/show/Apps/Gucharmap"
al@19198 10
al@19198 11 WANTED="gucharmap3"
al@19198 12 DEPENDS="gucharmap3"
al@19198 13
al@19198 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19198 15 genpkg_rules()
al@19198 16 {
al@19198 17 mkdir -p $fs/usr/share/locale
al@19198 18 cp -a $install/usr/share/locale/* $fs/usr/share/locale
al@19198 19 }