wok-stable annotate get-skype/receipt @ rev 7491
firefox-langpack-zh_TW:Traditional Chinese language-package for firefox
author | fireflyoo <lufeng369@gmail.com> |
---|---|
date | Fri Dec 03 21:07:24 2010 +0800 (2010-12-03) |
parents | 86bae51bfbb0 |
children | e207564568ed |
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 |