wok-next annotate dkms/receipt @ rev 20674

Up putty (0.70)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 12 05:17:48 2018 +0300 (2018-05-12)
parents 12d5d6943718
children d5aab818505e
rev   line source
al@20604 1 # SliTaz package receipt v2.
pascal@9116 2
pascal@9116 3 PACKAGE="dkms"
pascal@9116 4 VERSION="2.1.1.2"
pascal@9116 5 CATEGORY="system-tools"
al@20604 6 SHORT_DESC="Dynamic Kernel Module Support"
pascal@9116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20604 9 WEB_SITE="http://linux.dell.com/dkms"
al@20604 10
pascal@9116 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9116 12 WGET_URL="$WEB_SITE/permalink/$TARBALL"
pascal@9116 13
pascal@15613 14 BUILD_DEPENDS="gettext"
pascal@15613 15
al@20604 16 compile_rules() {
al@20604 17 make DESTDIR=$DESTDIR install &&
al@20604 18 chown -R root:root $install
pascal@9116 19 }
pascal@9116 20
al@20604 21 genpkg_rules() {
al@20604 22 copy @std
pascal@9116 23 }