wok-current view scratch-help/receipt @ rev 24463
updated dar (2.6.7 -> 2.7.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 17 07:23:25 2022 +0100 (2022-02-17) |
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 }