wok annotate get-skype/receipt @ rev 13471

libmtp: Add udev rules
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Oct 08 21:39:08 2012 +0200 (2012-10-08)
parents 80581f30bede
children 42b8478866fb
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@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