wok view scratch-help/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 10baa41a7882
children
line source
1 # SliTaz package receipt.
3 PACKAGE="scratch-help"
4 VERSION="1.4.0.7"
5 CATEGORY="development"
6 SHORT_DESC="Scratch Help"
7 LICENSE="GPL2"
8 MAINTAINER="pankso@slitaz.org"
9 WEB_SITE="https://scratch.mit.edu/"
11 WANTED="scratch"
12 DEPENDS="scratch"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/scratch
18 cp -rp ${src}/Help $fs/usr/share/scratch
19 }