wok-6.x diff audacious-lang/receipt @ rev 24533
updated f3 (7.2 -> 8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 11:14:10 2022 +0100 (2022-02-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/audacious-lang/receipt Wed Feb 23 11:14:10 2022 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="audacious-lang" 1.7 +VERSION="4.1" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Music player like xmms - localised messages." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="https://audacious-media-player.org/" 1.13 + 1.14 +DEPENDS="audacious" 1.15 +WANTED="audacious" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + cook_copy_folders locale 1.21 +}