wok-6.x view get-xlite/receipt @ rev 20366
debugging with markers, I think the build server does NOT build the gpg... but here locally gpg binary is created and at the place it should be
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 20:40:08 2018 +0000 (2018-06-09) |
parents | d71ba04aa9f5 |
children | c15fedfb9582 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-xlite"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Xlite soft phone."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.counterpath.net/"
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-xlite $fs/usr/bin
17 }