# HG changeset patch # User Hans-G?nter Theisgen # Date 1587375761 -3600 # Node ID 598e8c4f77681a0d655b74606d068c468d47bf44 # Parent e5761efde643f76bffbd6b36a2b9a4ab33e2672a updated sg3_utils and sg3_utils-dev (1.29 -> 1.45) diff -r e5761efde643 -r 598e8c4f7768 sg3_utils-dev/receipt --- a/sg3_utils-dev/receipt Mon Apr 20 10:33:34 2020 +0100 +++ b/sg3_utils-dev/receipt Mon Apr 20 10:42:41 2020 +0100 @@ -1,18 +1,20 @@ # SliTaz package receipt. PACKAGE="sg3_utils-dev" -VERSION="1.29" +VERSION="1.45" CATEGORY="development" -SHORT_DESC="The sg_utils devel files." +SHORT_DESC="The sg_utils development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL BSD" WEB_SITE="http://sg.danny.cz/sg/" + WANTED="sg3_utils" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r e5761efde643 -r 598e8c4f7768 sg3_utils/receipt --- a/sg3_utils/receipt Mon Apr 20 10:33:34 2020 +0100 +++ b/sg3_utils/receipt Mon Apr 20 10:42:41 2020 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="sg3_utils" -VERSION="1.29" +VERSION="1.45" CATEGORY="system-tools" SHORT_DESC="Low level utilities for devices that use a SCSI command set." MAINTAINER="pankso@slitaz.org" LICENSE="GPL BSD" +WEB_SITE="http://sg.danny.cz/sg/" + TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="http://sg.danny.cz/sg/" -WGET_URL="http://sg.danny.cz/sg/p/$TARBALL" +WGET_URL="${WEB_SITE}p/$TARBALL" DEPENDS="libsgutils2" BUILD_DEPENDS="" @@ -16,16 +17,18 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ + ./configure \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - [ -x "/usr/bin/cook" ] && cook libsgutils2 + + cp -a $install/usr/bin $fs/usr + [ -x "/usr/bin/cook" ] && + cook libsgutils2 }