wok-current annotate get-wink/receipt @ rev 4430
wodim: update depends
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Oct 26 19:29:06 2009 +0000 (2009-10-26) |
parents | |
children | 007b91d3da0b |
rev | line source |
---|---|
pascal@3883 | 1 # SliTaz package receipt. |
pascal@3883 | 2 |
pascal@3883 | 3 PACKAGE="get-wink" |
pascal@3883 | 4 VERSION="1.00" |
pascal@3883 | 5 CATEGORY="non-free" |
pascal@3883 | 6 SHORT_DESC="Get a Tutorial and Presentation creation software." |
pascal@3883 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@3883 | 8 WEB_SITE="http://www.debugmode.com/wink/" |
pascal@3883 | 9 |
pascal@3883 | 10 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3883 | 11 genpkg_rules() |
pascal@3883 | 12 { |
pascal@3883 | 13 mkdir -p $fs/usr/bin |
pascal@3883 | 14 cp stuff/get-wink $fs/usr/bin |
pascal@3883 | 15 } |
pascal@3883 | 16 |