wok-stable annotate dkms/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
children
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@9116 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9116 9 WEB_SITE="http://linux.dell.com/dkms"
pascal@9116 10 WGET_URL="$WEB_SITE/permalink/$TARBALL"
pascal@9116 11
pascal@9116 12 # Rules to configure and make the package.
pascal@9116 13 compile_rules()
pascal@9116 14 {
pascal@9116 15 cd $src
pascal@9116 16 make DESTDIR=$PWD/_pkg install
pascal@9116 17 }
pascal@9116 18
pascal@9116 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9116 20 genpkg_rules()
pascal@9116 21 {
pascal@9116 22 cp -a $_pkg/* $fs
pascal@9116 23 }
pascal@9116 24