wok-next view coccinella/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 86b5d202495a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="coccinella"
4 VERSION="0.96.20"
5 CATEGORY="network"
6 SHORT_DESC="Cross-platform communication tool with a built-in whiteboard"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://thecoccinella.org/"
10 HOST_ARCH="i486"
12 TARBALL="Coccinella-${VERSION}Src.tar.gz"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules() {
16 mkdir -p $install/usr/share
17 cp -r $src $install/usr/share/coccinella
18 rm -r $install/usr/share/coccinella/bin/macosx
19 rm -r $install/usr/share/coccinella/bin/unix/NetBSD
20 rm -r $install/usr/share/coccinella/bin/windows
22 install -Dm755 $stuff/coccinella $install/usr/bin/coccinella
24 find $install -name '*.so' -exec chmod 755 '{}' \;
25 chown -R root:root $install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="tk"
31 }