wok-next diff 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
line diff
     1.1 --- a/dkms/receipt	Sat Mar 05 12:30:21 2011 +0100
     1.2 +++ b/dkms/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Dynamic Kernel Module Support."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://linux.dell.com/dkms"
    1.10  WGET_URL="$WEB_SITE/permalink/$TARBALL"
    1.11 @@ -13,12 +14,12 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	make DESTDIR=$PWD/_pkg install
    1.16 +	make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $_pkg/* $fs
    1.23 +	cp -a $install/* $fs
    1.24  }
    1.25