wok view dkms/receipt @ rev 18644

coreutils-operations: clean pre_install()
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 30 02:55:10 2015 +0200 (2015-11-30)
parents eb8067417980
children d125a206defd
line source
1 # SliTaz package receipt.
3 PACKAGE="dkms"
4 VERSION="2.1.1.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Dynamic Kernel Module Support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://linux.dell.com/dkms"
11 WGET_URL="$WEB_SITE/permalink/$TARBALL"
13 BUILD_DEPENDS="gettext"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
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 }