wok annotate get-wink/receipt @ rev 12191
Add pwauth (use system passwd to auth user, maybe used in our CGI tools)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 26 01:27:26 2012 +0200 (2012-03-26) |
parents | a6c803aa430e |
children | 42b8478866fb |
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/" |
jozee@4994 | 9 TAGS="tutorial screenshot" |
pascal@3883 | 10 |
pascal@3883 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3883 | 12 genpkg_rules() |
pascal@3883 | 13 { |
pascal@3883 | 14 mkdir -p $fs/usr/bin |
pascal@3883 | 15 cp stuff/get-wink $fs/usr/bin |
pascal@3883 | 16 } |
pascal@3883 | 17 |