wok-next view web-applications/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 72918daca7b5
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="web-applications"
4 VERSION="1.6"
5 CATEGORY="network"
6 SHORT_DESC="Set of desktop files for Web applications"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD Freeware Microsoft GPL3 WhatsApp-Inc"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
11 REPOLOGY="-"
13 SPLIT="web-google-services web-picozu web-skype web-telegram web-tweetdeck \
14 web-whatsapp $PACKAGE"
15 COOKOPTS="!menus" # I'll decide myself what to copy...
17 compile_rules() {
18 mkdir -p $install/usr/share/
19 cp -r $stuff/bin/ $install/usr/
20 cp -r $stuff/applications/ $install/usr/share/
21 cp -r $stuff/pixmaps/ $install/usr/share/
22 chmod a+x $install/usr/bin/*
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 web-google-services)
28 copy web-google*
29 SHORT_DESC="Google online services and Google online Office for your desktop"
30 VERSION="0.1"
31 TAGS="cloud google"
32 ;;
33 web-picozu)
34 copy web-picozu*
35 SHORT_DESC="Online HTML5 image editor"
36 VERSION="0.1"
37 DEPENDS="tazweb"
38 TAGS="cloud editor image picozu"
39 ;;
40 web-skype)
41 copy web-skype*
42 SHORT_DESC="Makes it easier to connect with family and friends"
43 VERSION="0.1"
44 DEPENDS="firefox-official"
45 TAGS="cloud skype"
46 ;;
47 web-telegram)
48 copy web-telegram*
49 SHORT_DESC="Telegram web for all platforms"
50 VERSION="0.1"
51 TAGS="cloud telegram"
52 ;;
53 web-tweetdeck)
54 copy web-tweetdeck*
55 SHORT_DESC="A social media dashboard application for management of Twitter accounts"
56 VERSION="0.1a"
57 DEPENDS="tazweb"
58 TAGS="social twitter tweetdeck"
59 ;;
60 web-whatsapp)
61 copy web-whatsapp*
62 SHORT_DESC="Send and receive WhatsApp messages right from your computer"
63 VERSION="0.1"
64 DEPENDS="firefox-official"
65 TAGS="cloud whatsapp"
66 ;;
67 web-applications)
68 copy @std @rm
69 ;;
70 esac
71 }