wok-next annotate xz-tools/receipt @ rev 19624

Fix some WANTED versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 08 16:29:10 2017 +0100 (2017-02-08)
parents
children
rev   line source
al@19568 1 # SliTaz package receipt.
al@19568 2
al@19568 3 PACKAGE="xz-tools"
al@19568 4 VERSION="5.2.2"
al@19568 5 CATEGORY="utilities"
al@19568 6 SHORT_DESC="Misc commandline utilities from the XZ project"
al@19568 7 MAINTAINER="al.bobylev@gmail.com"
al@19568 8 LICENSE="PublicDomain LGPL2.1 GPL2 GPL3"
al@19568 9 WEB_SITE="http://tukaani.org/xz/"
al@19568 10 TAGS="compression"
al@19568 11 HOST_ARCH="i486 arm x86_64"
al@19568 12
al@19568 13 DEPENDS="liblzma"
al@19568 14 WANTED="xz"
al@19568 15
al@19568 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19568 17 genpkg_rules()
al@19568 18 {
al@19568 19 cook_copy_folders bin
al@19568 20 cook_split_rm xz liblzma
al@19568 21 }