wok-next view dkms/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 0cbe4b1f2230 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dkms"
4 VERSION="2.8.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Dynamic Kernel Module Support"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/dell/dkms"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="gettext-dev"
16 HOST_ARCH="any"
18 compile_rules()
19 {
20 make DESTDIR=$install install &&
21 chown -R root:root $install
22 }
24 genpkg_rules()
25 {
26 copy @std
27 }