wok-next view dkms/receipt @ rev 21452
updated socat (2.0.0-b7 -> 2.0.0-b9)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 07 13:23:44 2020 +0100 (2020-05-07) |
parents | d5aab818505e |
children | 06e976a33a5a |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dkms"
4 VERSION="2.1.1.2"
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/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/permalink/$TARBALL"
15 BUILD_DEPENDS="gettext-dev"
17 compile_rules() {
18 make DESTDIR=$install install &&
19 chown -R root:root $install
20 }
22 genpkg_rules() {
23 copy @std
24 }