wok-next diff util-linux-cramfs/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-cramfs/receipt	Wed Apr 09 14:14:10 2014 +0200
     1.2 +++ b/util-linux-cramfs/receipt	Thu Jun 30 22:48:07 2016 +0300
     1.3 @@ -1,20 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-cramfs"
     1.7 -VERSION="2.24"
     1.8 +VERSION="2.28"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="The cramfs utilities from Util linux NG."
    1.11 +SHORT_DESC="The cramfs utilities 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 -DEPENDS="zlib"
    1.20 +WANTED="util-linux"
    1.21 +DEPENDS="glibc-base zlib"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/sbin
    1.27 -	cp -a $install/sbin/*cramfs $fs/sbin
    1.28 +	cook_copy_files *.cramfs *.cramfs.8*
    1.29  }