wok view dkms/receipt @ rev 21981

updated subversion and subversion-dev (1.9.0 -> 1.12.2)
author Hans-G?nter Theisgen
date Sat Oct 12 10:07:49 2019 +0100 (2019-10-12)
parents 12d5d6943718
children f26b964dc2aa
line source
1 # SliTaz package receipt.
3 PACKAGE="dkms"
4 VERSION="2.6.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Dynamic Kernel Module Support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://linux.dell.com/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 }