wok-next annotate dkms/receipt @ rev 20634

oxine: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 27 12:51:30 2018 +0200 (2018-04-27)
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 }