wok view coccinella/receipt @ rev 20295

Add python-humanize, python-pyajam, python-paho-mqtt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 25 16:08:37 2018 +0200 (2018-04-25)
parents 42dd7a1d7f36
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="coccinella"
4 SOURCE="Coccinella"
5 VERSION="0.96.20"
6 CATEGORY="network"
7 SHORT_DESC="Cross-platform communication tool with a built-in whiteboard."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="http://thecoccinella.org/"
11 TARBALL="$SOURCE-${VERSION}Src.tar.gz"
12 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
14 DEPENDS="tk"
15 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin $fs/usr/share/applications
21 cp -a $src $fs/usr/share/coccinella
22 rm -rf $fs/usr/share/coccinella/bin/macosx
23 rm -rf $fs/usr/share/coccinella/bin/unix/NetBSD
24 rm -rf $fs/usr/share/coccinella/bin/windows
25 cp $stuff/coccinella $fs/usr/bin
26 cp $stuff/coccinella.desktop $fs/usr/share/applications
27 }