wok annotate dkms/receipt @ rev 22979

updated kamailio again (4.4.4 -> 5.3.2)
author Hans-G?nter Theisgen
date Sat Feb 29 16:43:38 2020 +0100 (2020-02-29)
parents d125a206defd
children 5ea0ce1cecc0
rev   line source
pascal@9116 1 # SliTaz package receipt.
pascal@9116 2
pascal@9116 3 PACKAGE="dkms"
Hans-G?nter@22736 4 VERSION="2.8.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@22736 9 WEB_SITE="https://github.com/dell/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 {
Hans-G?nter@22736 25 cp -a $install/* $fs
pascal@9116 26 }