wok view coccinella/receipt @ rev 14713

Add python-ethtool
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 09:04:58 2013 +0200 (2013-06-11)
parents 250579210783
children 223b265f40fd
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 WEB_SITE="http://thecoccinella.org/"
10 TARBALL="$SOURCE-${VERSION}Src.tar.gz"
11 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
13 DEPENDS="tk"
14 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/usr/share/applications
20 cp -a $src $fs/usr/share/coccinella
21 rm -rf $fs/usr/share/coccinella/bin/macosx
22 rm -rf $fs/usr/share/coccinella/bin/unix/NetBSD
23 rm -rf $fs/usr/share/coccinella/bin/windows
24 cp $stuff/coccinella $fs/usr/bin
25 cp $stuff/coccinella.desktop $fs/usr/share/applications
26 }