wok view midori-lang/receipt @ rev 25690

mmv: inserted current_version()
author Hans-G?nter Theisgen
date Mon Apr 15 15:20:24 2024 +0100 (7 weeks ago)
parents 336fe03dc42f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="midori-lang"
4 VERSION="0.5.2"
5 CATEGORY="localization"
6 SHORT_DESC="Lightweight web browser based on GTK+/WebKit - localised messages."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/midori-browser/core"
11 WANTED="midori"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 cook_copy_folders locale
17 }