wok-6.x view dkms/receipt @ rev 15660
gpm, cups, c_icap: do not start daemon while cooking (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 08:15:03 2013 +0000 (2013-12-12) |
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 }