wok annotate coccinella/receipt @ rev 20669

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 21 12:26:11 2019 +0100 (2019-01-21)
parents 223b265f40fd
children 9af0e03b8ad0
rev   line source
pascal@14444 1 # SliTaz package receipt.
pascal@14444 2
pascal@14444 3 PACKAGE="coccinella"
pascal@14444 4 SOURCE="Coccinella"
pascal@14444 5 VERSION="0.96.20"
pascal@14444 6 CATEGORY="network"
pascal@14444 7 SHORT_DESC="Cross-platform communication tool with a built-in whiteboard."
pascal@14444 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15202 9 LICENSE="GPL3"
pascal@20669 10 WEB_SITE="https://thecoccinella.org/"
pascal@14444 11 TARBALL="$SOURCE-${VERSION}Src.tar.gz"
pascal@14444 12 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
pascal@14444 13
pascal@14444 14 DEPENDS="tk"
pascal@14444 15 BUILD_DEPENDS=""
pascal@14444 16
pascal@14444 17 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14444 18 genpkg_rules()
pascal@14444 19 {
pascal@14445 20 mkdir -p $fs/usr/bin $fs/usr/share/applications
pascal@14444 21 cp -a $src $fs/usr/share/coccinella
pascal@14444 22 rm -rf $fs/usr/share/coccinella/bin/macosx
pascal@14444 23 rm -rf $fs/usr/share/coccinella/bin/unix/NetBSD
pascal@14444 24 rm -rf $fs/usr/share/coccinella/bin/windows
pascal@14445 25 cp $stuff/coccinella $fs/usr/bin
pascal@14445 26 cp $stuff/coccinella.desktop $fs/usr/share/applications
pascal@14444 27 }