wok view clamtk-lang/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="clamtk-lang"
4 VERSION="6.14"
5 CATEGORY="network"
6 SHORT_DESC="ClamTk is a GUI front-end for ClamAV using gtk2-perl - localised messages."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://github.com/dave-theunsub/clamtk"
11 WANTED="clamtk"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 for mofile in $src/po/*.mo
17 do
18 install -Dm644 $mofile \
19 $fs/usr/share/locale/$(basename $mofile .mo)/LC_MESSAGES/clamtk.mo
20 done
21 }