wok-current view dkms/receipt @ rev 15723

Move from undigest: poppler-qt4-apps varka varka-dev vifm tmux-mem-cpu-load (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 13:52:49 2013 +0000 (2013-12-26)
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 }