wok view coccinella/receipt @ rev 20881

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 25 10:34:08 2019 +0100 (2019-02-25)
parents 223b265f40fd
children 9af0e03b8ad0
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="https://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 }