wok view get-sjphone/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
parents d71ba04aa9f5
children c15fedfb9582
line source
1 # SliTaz package receipt.
3 PACKAGE="get-sjphone"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get SJphone soft phone."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.sjlabs.com/"
10 TAGS="softphone telephony"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-sjphone $fs/usr/bin
17 }