wok diff lsscsi/receipt @ rev 24283
updated scummvm (2.1.2 -> 2.5.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 12 15:42:09 2022 +0100 (2022-01-12) |
parents | a5e3dd4b5d74 |
children | ede1d184d5c5 |
line diff
1.1 --- a/lsscsi/receipt Mon Apr 22 10:30:32 2019 +0100 1.2 +++ b/lsscsi/receipt Wed Jan 12 15:42:09 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lsscsi" 1.7 -VERSION="0.30" 1.8 +VERSION="0.31" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Lists information about SCSI devices." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -14,8 +14,10 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - ./configure --prefix=/usr $CONFIGURE_ARGS && 1.17 - make -j 1 && 1.18 + ./configure \ 1.19 + --prefix=/usr \ 1.20 + $CONFIGURE_ARGS && 1.21 + make && 1.22 make install 1.23 } 1.24 1.25 @@ -23,5 +25,5 @@ 1.26 genpkg_rules() 1.27 { 1.28 mkdir -p $fs/usr 1.29 - cp -a $install/usr/bin $fs/usr 1.30 + cp -a $install/usr/bin $fs/usr 1.31 }