wok rev 23641

updated sg3_utils and sg3_utils-dev (1.29 -> 1.45)
author Hans-G?nter Theisgen
date Mon Apr 20 10:42:41 2020 +0100 (2020-04-20)
parents e5761efde643
children d8948f13ff31
files sg3_utils-dev/receipt sg3_utils/receipt
line diff
     1.1 --- a/sg3_utils-dev/receipt	Mon Apr 20 10:33:34 2020 +0100
     1.2 +++ b/sg3_utils-dev/receipt	Mon Apr 20 10:42:41 2020 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sg3_utils-dev"
     1.7 -VERSION="1.29"
     1.8 +VERSION="1.45"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="The sg_utils devel files."
    1.11 +SHORT_DESC="The sg_utils development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL BSD"
    1.14  WEB_SITE="http://sg.danny.cz/sg/"
    1.15 +
    1.16  WANTED="sg3_utils"
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 +
    1.25 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.26 +	cp -a $install/usr/include	$fs/usr
    1.27  }
     2.1 --- a/sg3_utils/receipt	Mon Apr 20 10:33:34 2020 +0100
     2.2 +++ b/sg3_utils/receipt	Mon Apr 20 10:42:41 2020 +0100
     2.3 @@ -1,14 +1,15 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="sg3_utils"
     2.7 -VERSION="1.29"
     2.8 +VERSION="1.45"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Low level utilities for devices that use a SCSI command set."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="GPL BSD"
    2.13 +WEB_SITE="http://sg.danny.cz/sg/"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tgz"
    2.16 -WEB_SITE="http://sg.danny.cz/sg/"
    2.17 -WGET_URL="http://sg.danny.cz/sg/p/$TARBALL"
    2.18 +WGET_URL="${WEB_SITE}p/$TARBALL"
    2.19  
    2.20  DEPENDS="libsgutils2"
    2.21  BUILD_DEPENDS=""
    2.22 @@ -16,16 +17,18 @@
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25  {
    2.26 -	cd $src
    2.27 -	./configure \
    2.28 +	./configure		\
    2.29  		$CONFIGURE_ARGS &&
    2.30 -	make && make install
    2.31 +	make &&
    2.32 +	make install
    2.33  }
    2.34  
    2.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.36  genpkg_rules()
    2.37  {
    2.38  	mkdir -p $fs/usr/lib
    2.39 -	cp -a $install/usr/bin $fs/usr
    2.40 -	[ -x "/usr/bin/cook" ] && cook libsgutils2
    2.41 +
    2.42 +	cp -a $install/usr/bin	$fs/usr
    2.43 +	[ -x "/usr/bin/cook" ] &&
    2.44 +	cook libsgutils2
    2.45  }