wok-next rev 19721

Up tp_smapi (0.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 24 17:53:32 2017 +0200 (2017-05-24)
parents ea968830b629
children f784f25c0128
files tp_smapi/receipt
line diff
     1.1 --- a/tp_smapi/receipt	Wed May 24 17:21:02 2017 +0200
     1.2 +++ b/tp_smapi/receipt	Wed May 24 17:53:32 2017 +0200
     1.3 @@ -1,21 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tp_smapi"
     1.7 -VERSION="0.41"
     1.8 +VERSION="0.42"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="IBM ThinkPad SMAPI BIOS driver"
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="https://github.com/evgeni/tp_smapi"
    1.15 -WGET_URL="https://github.com/downloads/evgeni/$PACKAGE/$TARBALL"
    1.16 +WGET_URL="$WEB_SITE/archive/${PACKAGE/_/-}/$VERSION.tar.gz"
    1.17  
    1.18  BUILD_DEPENDS="linux-module-headers linux-source wget"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	sed -i "s/uname -r/echo $kvers-slitaz/" Makefile
    1.25  	make modules HDAPS=1
    1.26  }