wok view dkms/receipt @ rev 22922

updated harfbuzz packages (2.3.1 -> 2.6.4)
author Hans-G?nter Theisgen
date Wed Feb 26 07:17:21 2020 +0100 (2020-02-26)
parents d125a206defd
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="dkms"
4 VERSION="2.8.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Dynamic Kernel Module Support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/dell/dkms"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/dell/$PACKAGE/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 }