wok-next annotate web-applications/receipt @ rev 21395

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