wok rev 20839
updated dkms (2.1.1,2 -> 2.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 20 15:39:32 2019 +0100 (2019-02-20) |
parents | 0ef1c61de86d |
children | 92362bece527 |
files | dkms/receipt |
line diff
1.1 --- a/dkms/receipt Wed Feb 20 14:50:21 2019 +0100 1.2 +++ b/dkms/receipt Wed Feb 20 15:39:32 2019 +0100 1.3 @@ -1,21 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dkms" 1.7 -VERSION="2.1.1.2" 1.8 +VERSION="2.6.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Dynamic Kernel Module Support." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="http://linux.dell.com/dkms" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://linux.dell.com/dkms" 1.17 -WGET_URL="$WEB_SITE/permalink/$TARBALL" 1.18 +WGET_URL="https://github.com/dell/$PACKAGE/archive/v$VERSION/$TARBALL" 1.19 1.20 BUILD_DEPENDS="gettext" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 @@ -24,4 +24,3 @@ 1.30 { 1.31 cp -a $install/* $fs 1.32 } 1.33 -