wok-stable annotate get-sjphone/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents fa8a5ded702a
children
rev   line source
pascal@2318 1 # SliTaz package receipt.
pascal@2318 2
pascal@2318 3 PACKAGE="get-sjphone"
pascal@2318 4 VERSION="1.00"
pascal@2318 5 CATEGORY="non-free"
pascal@2318 6 SHORT_DESC="Get SJphone soft phone."
pascal@2318 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@2318 8 WEB_SITE="http://www.sjlabs.com/"
jozee@4994 9 TAGS="telephony"
pascal@2318 10
pascal@2318 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2318 12 genpkg_rules()
pascal@2318 13 {
pascal@2318 14 mkdir -p $fs/usr/bin
pascal@2318 15 cp stuff/get-sjphone $fs/usr/bin
pascal@2318 16 }
pascal@2318 17