wok diff mgetty-voicetools/receipt @ rev 24427
Add some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 12 11:42:56 2022 +0000 (2022-02-12) |
parents | 7896f0694ef6 |
children |
line diff
1.1 --- a/mgetty-voicetools/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/mgetty-voicetools/receipt Sat Feb 12 11:42:56 2022 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mgetty-voicetools" 1.7 -VERSION="1.1.37" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Convertion tool set for vgetty." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://mgetty.greenie.net/" 1.14 + 1.15 DEPENDS="mgetty" 1.16 WANTED="mgetty" 1.17 1.18 @@ -14,5 +15,5 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr 1.22 - cp -a $install/usr/bin $fs/usr 1.23 + cp -a $install/usr/bin $fs/usr 1.24 }