wok view tar-lang/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 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 }