wok-next diff linux-media/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents 119e586fb823
children
line diff
     1.1 --- a/linux-media/receipt	Mon Jan 02 07:42:47 2017 +0200
     1.2 +++ b/linux-media/receipt	Wed Apr 26 12:29:37 2017 +0200
     1.3 @@ -1,21 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-media"
     1.7 -VERSION="4.9.0"
     1.8 +VERSION="4.9.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux Kernel media modules"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="https://kernel.org"
    1.14 +WEB_SITE="https://www.kernel.org/"
    1.15  
    1.16 -DEPENDS="linux"
    1.17  WANTED="linux"
    1.18 +DEPENDS="linux-radio"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	. $wanted_stuff/copy_modules.sh
    1.24 -	copy_modules \
    1.25 -		drivers/media \
    1.26 -		drivers/mfd
    1.27 +	. $wanted_stuff/tools/copy_modules.sh
    1.28  }