wok annotate get-wink/receipt @ rev 7257

Up: xorg-xinput to 1.5.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 14 15:48:57 2010 +0000 (2010-11-14)
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