wok annotate dkms/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 950857ff1e90
children 12d5d6943718
rev   line source
pascal@9116 1 # SliTaz package receipt.
pascal@9116 2
pascal@9116 3 PACKAGE="dkms"
pascal@9116 4 VERSION="2.1.1.2"
pascal@9116 5 CATEGORY="system-tools"
pascal@9116 6 SHORT_DESC="Dynamic Kernel Module Support."
pascal@9116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
pascal@9116 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9116 10 WEB_SITE="http://linux.dell.com/dkms"
pascal@9116 11 WGET_URL="$WEB_SITE/permalink/$TARBALL"
pascal@9116 12
pascal@9116 13 # Rules to configure and make the package.
pascal@9116 14 compile_rules()
pascal@9116 15 {
pascal@9116 16 cd $src
pascal@15579 17 make DESTDIR=$DESTDIR install
pascal@9116 18 }
pascal@9116 19
pascal@9116 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9116 21 genpkg_rules()
pascal@9116 22 {
pascal@15579 23 cp -a $install/* $fs
pascal@9116 24 }
pascal@9116 25