wok view dkms/receipt @ 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 12d5d6943718
children f26b964dc2aa
line source
1 # SliTaz package receipt.
3 PACKAGE="dkms"
4 VERSION="2.6.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Dynamic Kernel Module Support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://linux.dell.com/dkms"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/dell/$PACKAGE/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }