wok-current view web-applications/receipt @ rev 22864
web-applications: add radios
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 21 11:18:56 2020 +0100 (2020-02-21) |
parents | b2d1814c51fc |
children | fc58f18310e4 |
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 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share $fs/var/www
16 cp -a stuff/applications stuff/pixmaps $fs/usr/share
17 cp -a stutff/radio.html $fs/var/www
18 find $fs/usr/share/pixmaps -size +4k -delete
19 }