wok annotate web-applications/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents 50d80732aeb6
children 3cda55aed22c
rev   line source
pankso@992 1 # SliTaz package receipt.
pankso@992 2
pankso@992 3 PACKAGE="web-applications"
al@19057 4 VERSION="1.6"
pascal@1423 5 CATEGORY="network"
pankso@992 6 SHORT_DESC="Set of desktop files for Web applications."
pankso@992 7 MAINTAINER="pankso@slitaz.org"
pascal@15363 8 LICENSE="BSD"
pankso@992 9 WEB_SITE="http://www.slitaz.org/"
pascal@16264 10 HOST_ARCH="any"
pankso@992 11
pankso@992 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@992 13 genpkg_rules()
pankso@992 14 {
pankso@992 15 mkdir -p $fs/usr/share
pascal@1429 16 cp -a stuff/* $fs/usr/share
psychomaniak@20123 17 find $fs/usr/share/pixmaps -size +4k -delete
pankso@992 18 }