wok diff lsscsi/receipt @ rev 22330

updated zile (2.3.24 -> 2.4.14)
author Hans-G?nter Theisgen
date Fri Nov 15 11:30:01 2019 +0100 (2019-11-15)
parents 2a5cc8208d36
children c63cfbfd7df6
line diff
     1.1 --- a/lsscsi/receipt	Sun Oct 20 22:08:25 2013 +0000
     1.2 +++ b/lsscsi/receipt	Fri Nov 15 11:30:01 2019 +0100
     1.3 @@ -1,28 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lsscsi"
     1.7 -VERSION="0.21"
     1.8 +VERSION="0.30"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Lists information about SCSI devices."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tgz"
    1.16 -WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
    1.17  WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
    1.18 -#WGET_URL="http://www.sfr-fresh.com/linux/misc/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 -	cd $src
    1.24  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.25 -	make
    1.26 +	make -j 1 &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	mkdir -p $fs/usr/bin
    1.34 -	cp -a $src/$PACKAGE $fs/usr/bin
    1.35 +	mkdir -p $fs/usr
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37  }
    1.38 -