wok-next view get-wink/receipt @ rev 21049

Tiny fixes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 03:53:55 2018 +0200 (2018-11-28)
parents d5aab818505e
children 0cbe4b1f2230
line source
1 # SliTaz package receipt v2.
3 PACKAGE="get-wink"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get a Tutorial and Presentation creation software"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.debugmode.com/wink/"
10 REPOLOGY="-"
12 compile_rules() {
13 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
14 }
16 genpkg_rules() {
17 copy @std
18 TAGS="tutorial screenshot"
19 }