wok-next annotate coccinella/receipt @ rev 21524

updated blueman (1.10 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Jun 19 14:10:41 2020 +0100 (2020-06-19)
parents 86b5d202495a
children
rev   line source
al@20766 1 # SliTaz package receipt v2.
pascal@14444 2
pascal@14444 3 PACKAGE="coccinella"
pascal@14444 4 VERSION="0.96.20"
pascal@14444 5 CATEGORY="network"
al@20766 6 SHORT_DESC="Cross-platform communication tool with a built-in whiteboard"
pascal@14444 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15202 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://thecoccinella.org/"
al@20766 10 HOST_ARCH="i486"
pascal@14444 11
al@20766 12 TARBALL="Coccinella-${VERSION}Src.tar.gz"
al@20766 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14444 14
al@20766 15 compile_rules() {
al@20766 16 mkdir -p $install/usr/share
al@20766 17 cp -r $src $install/usr/share/coccinella
al@20766 18 rm -r $install/usr/share/coccinella/bin/macosx
al@20766 19 rm -r $install/usr/share/coccinella/bin/unix/NetBSD
al@20766 20 rm -r $install/usr/share/coccinella/bin/windows
al@20766 21
al@20766 22 install -Dm755 $stuff/coccinella $install/usr/bin/coccinella
al@20766 23
al@20766 24 find $install -name '*.so' -exec chmod 755 '{}' \;
al@20766 25 chown -R root:root $install
pascal@14444 26 }
al@20766 27
al@20766 28 genpkg_rules() {
al@20766 29 copy @std
al@20766 30 DEPENDS="tk"
al@20766 31 }