wok-next annotate get-wink/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d958fec46c9f
children f56bd5e4256c
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@3883 2
pascal@3883 3 PACKAGE="get-wink"
pascal@3883 4 VERSION="1.00"
pascal@3883 5 CATEGORY="non-free"
al@21020 6 SHORT_DESC="Get a Tutorial and Presentation creation software"
pascal@3883 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@3883 9 WEB_SITE="http://www.debugmode.com/wink/"
al@20882 10 REPOLOGY="-"
al@20882 11
al@21020 12 compile_rules() {
al@21020 13 install $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@3883 14 }
pascal@3883 15
al@21020 16 genpkg_rules() {
al@21020 17 copy @std
al@21020 18 TAGS="tutorial screenshot"
al@21020 19 }