wok-next view coccinella/receipt @ rev 20406

Continue: json-c, json-glib, keyutils, libarchive, libassuan, libatasmart, libatomic_ops, libblockdev, libbytesize, libcroco, libdaemon, libesmtp, libffi, libgcrypt, libgpg-error, libgsf, libgudev, libgusb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 08 02:55:48 2017 +0200 (2017-12-08)
parents 42dd7a1d7f36
children 86b5d202495a
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 }