wok-current view tar-lang/receipt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (3 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 }