wok-next view dkms/receipt @ rev 14139
usbmanager: move from undigest wok; add util-linux-mkfs and util-linux-whereis
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 01 17:56:25 2013 +0000 (2013-03-01) |
parents | |
children | eb8067417980 |
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://linux.dell.com/dkms"
10 WGET_URL="$WEB_SITE/permalink/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make DESTDIR=$PWD/_pkg install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 cp -a $_pkg/* $fs
23 }