wok diff util-linux-getopt/receipt @ rev 19253

Up util-linux* (2.28); use new cook functions here.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 30 22:48:07 2016 +0300 (2016-06-30)
parents 083f88526785
children 0f35f8ad5632
line diff
     1.1 --- a/util-linux-getopt/receipt	Wed Apr 09 14:14:10 2014 +0200
     1.2 +++ b/util-linux-getopt/receipt	Thu Jun 30 22:48:07 2016 +0300
     1.3 @@ -1,21 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-getopt"
     1.7 -VERSION="2.24"
     1.8 +VERSION="2.28"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="The getopt utility from Util linux NG."
    1.11 +SHORT_DESC="The getopt utility from Util Linux"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WANTED="util-linux"
    1.15 -WEB_SITE="http://kernel.org/~kzak/util-linux/"
    1.16 +WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
    1.17  HOST_ARCH="i486 arm"
    1.18  
    1.19 +WANTED="util-linux"
    1.20  DEPENDS="glibc-base"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/bin $fs/usr/share
    1.26 -	cp -a $install/usr/bin/getopt $fs/usr/bin
    1.27 -	cp -a $install/usr/share/doc/util-linux/getopt $fs/usr/share
    1.28 +	cook_copy_files getopt*
    1.29  }