wok-current diff dialog/receipt @ rev 24497
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 19 14:19:02 2022 +0000 (2022-02-19) |
parents | fb22330086d8 |
children | bc2b9d9bed6f |
line diff
1.1 --- a/dialog/receipt Sun Feb 06 16:04:43 2022 +0000 1.2 +++ b/dialog/receipt Sat Feb 19 14:19:02 2022 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dialog" 1.7 -VERSION="1.3_20210324" 1.8 +VERSION="1.3_20220117" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Script-interpreter which provides a set of curses widgets." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -34,7 +34,7 @@ 1.13 --enable-widec \ 1.14 $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install 1.17 + make install DESTDIR=$DESTDIR 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -45,10 +45,12 @@ 1.22 1.23 cp -a $install/usr/bin $fs/usr 1.24 1.25 - # Configuration file. 1.26 + # Config file. 1.27 cp $stuff/dialogrc $fs/etc 1.28 1.29 # Localisations: 1.30 + # Must these files remain in the base package 1.31 + # or can they be split off in dialog-lang? 1.32 for lang in da de fr id it pt_BR ro ru 1.33 do 1.34 mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES