wok diff util-linux-bash-completion/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents
children 268e759bcf02
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-bash-completion/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="util-linux-bash-completion"
     1.7 +VERSION="2.28"
     1.8 +CATEGORY="shells"
     1.9 +SHORT_DESC="The BASH completions from Util Linux"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
    1.13 +
    1.14 +WANTED="util-linux"
    1.15 +DEPENDS="bash"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/share
    1.21 +	cp -a $install/usr/share/bash-completion $fs/usr/share
    1.22 +}