wok annotate suggested-applications/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents a4542133af01
children
rev   line source
jozee@5130 1 # SliTaz package receipt.
jozee@5130 2
jozee@5130 3 PACKAGE="suggested-applications"
jozee@5130 4 VERSION="1.0"
jozee@5130 5 CATEGORY="network"
jozee@5130 6 SHORT_DESC="Set of desktop files for default applications."
jozee@5130 7 MAINTAINER="jozee@slitaz.org"
pascal@15581 8 LICENSE="GPL3"
jozee@5130 9 WEB_SITE="http://www.slitaz.org/"
jozee@5130 10
jozee@5130 11 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5130 12 genpkg_rules()
jozee@5130 13 {
jozee@5130 14 mkdir -p $fs/usr/share $fs/usr/bin
jozee@5130 15 cp -a stuff/applications $fs/usr/share
jozee@5130 16 cp -a stuff/default-app $fs/usr/bin/
jozee@5130 17 }