# HG changeset patch # User Hans-G?nter Theisgen # Date 1644044183 -3600 # Node ID 523bcde399d087e110599154e989f4460f51c655 # Parent 2813dc1bbbec0668e4dfbf5b184bf0cbf0392e40 created recipe for blackbox-lang-0.75 diff -r 2813dc1bbbec -r 523bcde399d0 blackbox-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blackbox-lang/receipt Sat Feb 05 07:56:23 2022 +0100 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="blackbox-lang" +VERSION="0.75" +CATEGORY="x-window" +TAGS="window-manager" +SHORT_DESC="A small, fast, full-featured window manager for X - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="MIT" +WEB_SITE="https://github.com/bbidulock/blackboxwm" + +WANTED="blackbox" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders locale +}