wok-6.x diff mtd-utils/receipt @ rev 23961
Add caprice32 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 01 15:38:46 2020 +0000 (2020-10-01) |
parents | 0814625776d5 |
children | a3b6dd3aac6f |
line diff
1.1 --- a/mtd-utils/receipt Thu May 02 12:58:00 2019 +0100 1.2 +++ b/mtd-utils/receipt Thu Oct 01 15:38:46 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mtd-utils" 1.7 -VERSION="2.1.0" 1.8 +VERSION="2.1.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Memory Technology Device Tools (including jff2)." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -12,12 +12,13 @@ 1.13 WGET_URL="ftp://ftp.infradead.org/pub/mtd-utils/$TARBALL" 1.14 1.15 DEPENDS="lzo util-linux-uuid zlib" 1.16 -BUILD_DEPENDS="acl-dev lzo-dev openssl-dev util-linux-uuid-dev zlib-dev" 1.17 +BUILD_DEPENDS="acl-dev file lzo-dev openssl-dev util-linux-uuid-dev zlib-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - ./configure && 1.23 + ./configure \ 1.24 + -without-zstd && 1.25 make && 1.26 make DESTDIR=$DESTDIR install 1.27 } 1.28 @@ -26,5 +27,5 @@ 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr 1.32 - cp -a $install/usr/sbin $fs/usr 1.33 + cp -a $install/usr/sbin $fs/usr 1.34 }