# HG changeset patch # User Hans-G?nter Theisgen # Date 1655444533 -3600 # Node ID eba2c12c310b6949098e3cafd689990a9aab4658 # Parent 38c32fd696824ebfbdef46bd395d7f6cdc3b2683 created recipe for sylpheed-lang diff -r 38c32fd69682 -r eba2c12c310b sylpheed-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sylpheed-lang/receipt Fri Jun 17 06:42:13 2022 +0100 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="sylpheed-lang" +VERSION="3.7.0" +CATEGORY="localization" +SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://sylpheed.sraoss.jp/en/" + +WANTED="sylpheed" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders locale +}