wok annotate get-skype/receipt @ rev 17963
libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 17 03:20:22 2015 +0300 (2015-04-17) |
parents | 695d6fabe4f1 |
children | c765927c5087 |
rev | line source |
---|---|
pascal@300 | 1 # SliTaz package receipt. |
pascal@300 | 2 |
pascal@300 | 3 PACKAGE="get-skype" |
pascal@12900 | 4 VERSION="1.0.1" |
pascal@300 | 5 CATEGORY="non-free" |
pascal@300 | 6 SHORT_DESC="Get Skype Internet Telephony." |
pascal@300 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15199 | 8 LICENSE="BSD" |
pascal@300 | 9 WEB_SITE="http://www.skype.com/" |
jozee@4981 | 10 TAGS="chat telephony" |
pascal@15199 | 11 |
devl547@16292 | 12 DEPENDS="bzip2" |
pascal@300 | 13 |
pascal@300 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@300 | 15 genpkg_rules() |
pascal@300 | 16 { |
pascal@300 | 17 mkdir -p $fs/usr/bin |
pascal@300 | 18 cp stuff/get-skype $fs/usr/bin |
pascal@300 | 19 } |
pascal@300 | 20 |