wok diff minised/receipt @ rev 24941
memtest: add binutils 2.37 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 16 12:43:33 2022 +0000 (2022-04-16) |
parents | 241fb98cab1c |
children |
line diff
1.1 --- a/minised/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/minised/receipt Sat Apr 16 12:43:33 2022 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="minised" 1.7 -VERSION="1.15" 1.8 +VERSION="1.16" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="A smaller, cheaper, faster SED implementation." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 -WEB_SITE="httpa://www.exactcode.com/opensource/minised/" 1.14 +WEB_SITE="https://www.exactcode.com/opensource/minised/" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="http://dl.exactcode.de/oss/$PACKAGE/$TARBALL" 1.18 @@ -25,12 +25,11 @@ 1.19 compile_rules() 1.20 { 1.21 make && 1.22 - make DESTDIR=$DESTDIR install 1.23 + make install DESTDIR=$DESTDIR 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs/usr 1.30 - cp -a $install/usr/bin $fs/usr 1.31 + cook_copy_folders bin 1.32 }