wok annotate gucharmap3-i18n/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }