wok annotate gnome-commander-i18n/receipt @ rev 23689
updated sysstat (12.1.7 -> 12.3.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 17:56:55 2020 +0100 (2020-04-26) |
parents | 7042a09beaeb |
children |
rev | line source |
---|---|
pascal@13534 | 1 # SliTaz package receipt. |
pascal@13534 | 2 |
pascal@13534 | 3 PACKAGE="gnome-commander-i18n" |
al@18981 | 4 VERSION="1.4.8" |
al@19175 | 5 CATEGORY="localization" |
pascal@13534 | 6 SHORT_DESC="Language files for Gnome Commander" |
pascal@13534 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@15201 | 8 LICENSE="GPL2" |
pascal@20669 | 9 WEB_SITE="https://gcmd.github.io/" |
pascal@13534 | 10 WANTED="gnome-commander" |
pascal@13534 | 11 |
pascal@15000 | 12 DEPENDS="gnome-commander" |
pascal@15000 | 13 |
pascal@13534 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13534 | 15 genpkg_rules() |
pascal@13534 | 16 { |
pascal@13534 | 17 mkdir -p $fs/usr/share/locale |
pascal@13534 | 18 cp -a $install/usr/share/locale/* $fs/usr/share/locale |
pascal@13534 | 19 } |