wok-current diff diffuse-lang/receipt @ rev 24387
updated bsc (3.1.0 -> 3.2.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 07 15:20:20 2022 +0100 (2022-02-07) |
parents | |
children | ad0bc3efbf37 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/diffuse-lang/receipt Mon Feb 07 15:20:20 2022 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="diffuse-lang" 1.7 +VERSION="0.4.8" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Graphical tool for merging and comparing text files - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPLv2+" 1.12 +WEB_SITE="https://sourceforge.net/projects/diffuse/" 1.13 + 1.14 +WANTED="diffuse" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share 1.20 + cp -a $install/usr/share/locale $fs/usr/share 1.21 +}