wok annotate get-skype/receipt @ rev 300

Add: get-skype
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 29 22:36:24 2008 +0000 (2008-02-29)
parents
children 596332a90ae8
rev   line source
pascal@300 1 # SliTaz package receipt.
pascal@300 2
pascal@300 3 PACKAGE="get-skype"
pascal@300 4 VERSION="1.00"
pascal@300 5 CATEGORY="non-free"
pascal@300 6 SHORT_DESC="Get Skype Internet Telephony."
pascal@300 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@300 8 WEB_SITE="http://www.skype.com/"
pascal@300 9
pascal@300 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@300 11 genpkg_rules()
pascal@300 12 {
pascal@300 13 mkdir -p $fs/usr/bin
pascal@300 14 cp stuff/get-skype $fs/usr/bin
pascal@300 15 }
pascal@300 16