wok view tar-lang/receipt @ rev 25439

Up xz (5.2.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 16:28:38 2022 +0000 (21 months ago)
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 }