wok-next annotate get-skype/receipt @ rev 12313
get-skype: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 17 15:25:26 2012 +0200 (2012-04-17) |
parents | 596332a90ae8 |
children | af2faccc8565 |
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@12313 | 10 DEPENDS="bzip2" |
pascal@300 | 11 |
pascal@300 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@300 | 13 genpkg_rules() |
pascal@300 | 14 { |
pascal@300 | 15 mkdir -p $fs/usr/bin |
pascal@300 | 16 cp stuff/get-skype $fs/usr/bin |
pascal@300 | 17 } |
pascal@300 | 18 |