wok view dkms/receipt @ rev 17592

syslinux/isohybrib.exe: add --md5, --undo (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 10 13:31:26 2015 +0100 (2015-02-10)
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 }