wok annotate coccinella/receipt @ rev 18430
Up gnuradio (3.7.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 21 18:28:34 2015 +0200 (2015-09-21) |
parents | 42dd7a1d7f36 |
children | a78610b2eb47 |
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@14444 | 10 WEB_SITE="http://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 } |