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

eduke32: simplify bdeps, fix build for i486
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 11:45:29 2018 +0300 (2018-10-04)
parents cd7906120828
children 72918daca7b5
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="pankso@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 web-applications"
16 compile_rules() {
17 mkdir -p $install/usr/share/
18 cp -r $stuff/bin/ $install/usr/
19 cp -r $stuff/applications/ $install/usr/share/
20 cp -r $stuff/pixmaps/ $install/usr/share/
21 chmod a+x $install/usr/bin/*
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 web-google-services)
27 copy web-google*
28 SHORT_DESC="Google online services and Google online Office for your desktop"
29 VERSION="0.1"
30 TAGS="cloud google"
31 ;;
32 web-picozu)
33 copy web-picozu*
34 SHORT_DESC="Picozu is a online HTML5 image editor"
35 VERSION="0.1"
36 DEPENDS="tazweb"
37 TAGS="cloud editor image picozu"
38 ;;
39 web-skype)
40 copy web-skype*
41 SHORT_DESC="Makes it easier to connect with family and friends"
42 VERSION="0.1"
43 DEPENDS="firefox-official"
44 TAGS="cloud skype"
45 ;;
46 web-telegram)
47 copy web-telegram*
48 SHORT_DESC="Telegram web for all platforms"
49 VERSION="0.1"
50 TAGS="cloud telegram"
51 ;;
52 web-tweetdeck)
53 copy web-tweetdeck*
54 SHORT_DESC="A social media dashboard application for management of Twitter accounts"
55 VERSION="0.1a"
56 DEPENDS="tazweb"
57 TAGS="social twitter tweetdeck"
58 ;;
59 web-whatsapp)
60 copy web-whatsapp*
61 SHORT_DESC="Send and receive WhatsApp messages right from your computer"
62 VERSION="0.1"
63 DEPENDS="firefox-official"
64 TAGS="cloud whatsapp"
65 ;;
66 web-applications)
67 copy @std @rm
68 ;;
69 esac
70 }