wok-6.x diff unifont/receipt @ rev 24095
Add jpegoptim
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 01 14:04:21 2021 +0000 (2021-09-01) |
parents | 90fcf7b0f8d5 |
children | 2a0479881723 |
line diff
1.1 --- a/unifont/receipt Tue Oct 29 16:48:57 2019 +0100 1.2 +++ b/unifont/receipt Wed Sep 01 14:04:21 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="unifont" 1.7 -VERSION="12.1.03" 1.8 +VERSION="13.0.01" 1.9 CATEGORY="fonts" 1.10 SHORT_DESC="The Standard GNU Unifont TTF." 1.11 MAINTAINER="hackdorte@sapo.pt" 1.12 @@ -21,5 +21,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/* $fs 1.17 + cp -a $install/* $fs 1.18 }