wok-current diff linux-input-tablet/receipt @ rev 12285

Up: linux (3.2.14) Let play with the kernel :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 15 16:27:00 2012 +0200 (2012-04-15)
parents d1768332cee0
children 419afb749ac2
line diff
     1.1 --- a/linux-input-tablet/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/linux-input-tablet/receipt	Sun Apr 15 16:27:00 2012 +0200
     1.3 @@ -1,7 +1,8 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux-input-tablet"
     1.7 -VERSION="2.6.37"
     1.8 +VERSION="3.2.14"
     1.9 +BASEVER="${VERSION:0:3}"
    1.10  CATEGORY="base-system"
    1.11  SHORT_DESC="The Linux kernel tablet input drivers."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13 @@ -12,7 +13,7 @@
    1.14  genpkg_rules()
    1.15  {
    1.16      local path
    1.17 -    path=lib/modules/$VERSION-slitaz/kernel
    1.18 +    path=lib/modules/$BASEVER-slitaz/kernel
    1.19      mkdir -p $fs/$path
    1.20      export src
    1.21      export _pkg
    1.22 @@ -27,11 +28,11 @@
    1.23  # Post install/remove commands for Tazpkg.
    1.24  post_install()
    1.25  {
    1.26 -	chroot "$1/" depmod -a $VERSION-slitaz
    1.27 +	chroot "$1/" depmod -a $BASEVER-slitaz
    1.28  }
    1.29  
    1.30  post_remove()
    1.31  {
    1.32 -	chroot "$1/" depmod -a $VERSION-slitaz
    1.33 +	chroot "$1/" depmod -a $BASEVER-slitaz
    1.34  }
    1.35