wok view tar-lang/receipt @ rev 25430

Up os-prober (1.81)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 19 06:26:39 2022 +0000 (2022-08-19)
parents a83fad834b7a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tar-lang"
4 VERSION="1.34"
5 CATEGORY="localization"
6 TAGS="archive compression"
7 SHORT_DESC="GNU tar archiving tools - localised messages."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://www.gnu.org/software/tar/"
12 WANTED="tar"
14 HOST_ARCH="any"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders locale
20 }