wok annotate dkms/receipt @ rev 21746

updated qrencode and qrencode-dev again (3.1.1 -> 4.0.2)
author Hans-G?nter Theisgen
date Fri Jun 14 16:14:44 2019 +0100 (2019-06-14)
parents 12d5d6943718
children f26b964dc2aa
rev   line source
pascal@9116 1 # SliTaz package receipt.
pascal@9116 2
pascal@9116 3 PACKAGE="dkms"
Hans-G?nter@20839 4 VERSION="2.6.1"
pascal@9116 5 CATEGORY="system-tools"
pascal@9116 6 SHORT_DESC="Dynamic Kernel Module Support."
pascal@9116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
Hans-G?nter@20839 9 WEB_SITE="http://linux.dell.com/dkms"
Hans-G?nter@20839 10
pascal@9116 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20839 12 WGET_URL="https://github.com/dell/$PACKAGE/archive/v$VERSION/$TARBALL"
pascal@9116 13
pascal@15613 14 BUILD_DEPENDS="gettext"
pascal@15613 15
pascal@9116 16 # Rules to configure and make the package.
pascal@9116 17 compile_rules()
pascal@9116 18 {
pascal@15579 19 make DESTDIR=$DESTDIR install
pascal@9116 20 }
pascal@9116 21
pascal@9116 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9116 23 genpkg_rules()
pascal@9116 24 {
pascal@15579 25 cp -a $install/* $fs
pascal@9116 26 }