wok annotate get-skype/receipt @ rev 4981

Up:skype; fix url; improve receipt for tmpdir and RAM size
author Rohit Joshi <jozee@slitaz.org>
date Wed Feb 24 17:21:48 2010 +0000 (2010-02-24)
parents 86bae51bfbb0
children 80581f30bede
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/"
jozee@4981 9 TAGS="chat telephony"
pascal@300 10
pascal@300 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@300 12 genpkg_rules()
pascal@300 13 {
pascal@300 14 mkdir -p $fs/usr/bin
pascal@300 15 cp stuff/get-skype $fs/usr/bin
pascal@300 16 }
pascal@300 17