wok-next diff dmidecode/receipt @ rev 20985

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 29 16:54:07 2018 +0300 (2018-09-29)
parents 6d2b71cbba60
children d5aab818505e
line diff
     1.1 --- a/dmidecode/receipt	Tue Sep 19 02:54:15 2017 +0300
     1.2 +++ b/dmidecode/receipt	Sat Sep 29 16:54:07 2018 +0300
     1.3 @@ -1,26 +1,23 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="dmidecode"
     1.7 -VERSION="3.1"
     1.8 +VERSION="3.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Desktop Management Interface table related utilities"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.nongnu.org/dmidecode/"
    1.14 +WEB_SITE="https://www.nongnu.org/dmidecode/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL"
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 +compile_rules() {
    1.23  	sed -i 's|/usr/local|/usr|' Makefile
    1.24 -	make && make DESTDIR=$install install
    1.25 +
    1.26 +	make &&
    1.27 +	make DESTDIR=$install install
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 -	copy sbin/
    1.34 +genpkg_rules() {
    1.35 +	copy @std
    1.36  }
    1.37 -