wok diff diffuse-lang/receipt @ rev 24998

Up rp-pppoe (3.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 16 10:11:22 2022 +0000 (2022-05-16)
parents
children ad0bc3efbf37
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/diffuse-lang/receipt	Mon May 16 10:11:22 2022 +0000
     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 +}