wok-next diff dkms/receipt @ rev 20728

lcms2: produce static lib again (to fix optipng-static build)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 11:18:30 2018 +0300 (2018-05-29)
parents 12d5d6943718
children d5aab818505e
line diff
     1.1 --- a/dkms/receipt	Sat Dec 07 19:42:19 2013 +0000
     1.2 +++ b/dkms/receipt	Tue May 29 11:18:30 2018 +0300
     1.3 @@ -1,27 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="dkms"
     1.8  VERSION="2.1.1.2"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Dynamic Kernel Module Support."
    1.11 +SHORT_DESC="Dynamic Kernel Module Support"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://linux.dell.com/dkms"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://linux.dell.com/dkms"
    1.18  WGET_URL="$WEB_SITE/permalink/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="gettext"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 -	make DESTDIR=$DESTDIR install
    1.27 +compile_rules() {
    1.28 +	make DESTDIR=$DESTDIR install &&
    1.29 +	chown -R root:root $install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	cp -a $install/* $fs
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38  }
    1.39 -