wok annotate util-linux-bash-completion/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents 268e759bcf02
children 03de36849d05
rev   line source
al@19262 1 # SliTaz package receipt.
al@19262 2
al@19262 3 PACKAGE="util-linux-bash-completion"
Hans-G?nter@23723 4 VERSION="2.35.1"
al@19262 5 CATEGORY="shells"
Hans-G?nter@22091 6 SHORT_DESC="The BASH completions from Util Linux."
al@19262 7 MAINTAINER="al.bobylev@gmail.com"
al@19262 8 LICENSE="GPL2"
al@19262 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
al@19262 10
Hans-G?nter@22091 11 DEPENDS="bash"
al@19262 12 WANTED="util-linux"
al@19262 13
al@19262 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19262 15 genpkg_rules()
al@19262 16 {
al@19262 17 mkdir -p $fs/usr/share
Hans-G?nter@23723 18 cp -a $install/usr/share/bash-completion $fs/usr/share
al@19262 19 }