wok-current view web-applications/receipt @ rev 25792

Fix openbox menu, label keymap on lxpanel and add miss it translation for tazpkg
author Stanislas Leduc <shann@slitaz.org>
date Tue Oct 07 05:55:24 2025 +0000 (2 weeks ago)
parents 66cf23307820
children
line source
1 # SliTaz package receipt.
3 PACKAGE="web-applications"
4 VERSION="1.7"
5 CATEGORY="network"
6 SHORT_DESC="Set of desktop files for Web applications."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
12 # ensure gstreamer plugins as deps for radios
13 DEPENDS="gst-libav"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share $fs/var/www
19 cp -a stuff/applications stuff/pixmaps $fs/usr/share
20 cp -a stuff/radio.html $fs/var/www
21 }