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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents f56bd5e4256c
children
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@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="-"
al@20882 12
al@21020 13 compile_rules() {
al@21049 14 install -Dm755 $stuff/$PACKAGE $install/usr/bin/$PACKAGE
pascal@3883 15 }
pascal@3883 16
al@21020 17 genpkg_rules() {
al@21020 18 copy @std
al@21020 19 TAGS="tutorial screenshot"
al@21020 20 }