wok rev 19071

Add: Online communications services.
author Leonardo Laporte <hackdorte@sapo.pt>
date Fri Apr 22 20:51:44 2016 -0300 (2016-04-22)
parents ead6a835d5b5
children aa23a173cbef
files web-skype/description.txt web-skype/receipt web-telegram/description.txt web-telegram/receipt web-whatsapp/description.txt web-whatsapp/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/web-skype/description.txt	Fri Apr 22 20:51:44 2016 -0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +Skype Web (BETA)
     1.5 +
     1.6 +Skype for Web (Beta) makes it easier to connect with 
     1.7 +family and friends around the world directly from your 
     1.8 +Skype browser.
     1.9 +
    1.10 +Skype
    1.11 +https://skype.com/
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/web-skype/receipt	Fri Apr 22 20:51:44 2016 -0300
     2.3 @@ -0,0 +1,53 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="web-skype"
     2.7 +VERSION="0.1"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="Makes it easier to connect with family and friends."
    2.10 +MAINTAINER="hackdorte@sapo.pt"
    2.11 +LICENSE="Microsoft"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13 +WEB_SITE="http://people.slitaz.org/~leonardolaporte"
    2.14 +STUFF_DIR="lab.slitaz/5.0/pkg/web/messengers"
    2.15 +WGET_URL="${WEB_SITE}/$STUFF_DIR/${TARBALL}"
    2.16 +TAGS="cloud skype"
    2.17 +
    2.18 +DEPENDS="firefox-official"
    2.19 +BUILD_DEPENDS="wget"
    2.20 +
    2.21 +# Rules to configure and make the package.
    2.22 +compile_rules()
    2.23 +{
    2.24 +
    2.25 +# Build Tree.
    2.26 +  mkdir -p $install/usr/share/applications
    2.27 +  mkdir -p $install/usr/share/pixmaps
    2.28 +
    2.29 +# Writing ".desktop" files.
    2.30 +# -------------------------
    2.31 +# The icons preserve the 'web-*' name for no future conflicts
    2.32 +# with other applications.
    2.33 +#
    2.34 +# >_ Skype Desktop
    2.35 +#
    2.36 +cat > $install/usr/share/applications/web-skype.desktop << EOT
    2.37 +[Desktop Entry]
    2.38 +Type=Application
    2.39 +Name=Skype Web (Beta)
    2.40 +Comment=Makes it easier to connect with family and friends. (Better with Firefox)
    2.41 +Categories=Network;
    2.42 +Icon=web-skype
    2.43 +Exec=firefox-official "https://web.skype.com/"
    2.44 +
    2.45 +EOT
    2.46 +#
    2.47 +# >_ Done
    2.48 +#
    2.49 +  cp -a $src/icon/* $install/usr/share/pixmaps
    2.50 +}
    2.51 +
    2.52 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.53 +genpkg_rules()
    2.54 +{
    2.55 +  cp -a $install/* $fs
    2.56 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/web-telegram/description.txt	Fri Apr 22 20:51:44 2016 -0300
     3.3 @@ -0,0 +1,8 @@
     3.4 +Telegram Web
     3.5 +
     3.6 +Telegram is a cloud-based mobile and desktop messaging app 
     3.7 +with a focus on security and speed.
     3.8 +
     3.9 +Telegram
    3.10 +https://telegram.org/
    3.11 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/web-telegram/receipt	Fri Apr 22 20:51:44 2016 -0300
     4.3 @@ -0,0 +1,52 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="web-telegram"
     4.7 +VERSION="0.1"
     4.8 +CATEGORY="network"
     4.9 +SHORT_DESC="Telegram web for all platforms."
    4.10 +MAINTAINER="hackdorte@sapo.pt"
    4.11 +LICENSE="GPLv3"
    4.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.13 +WEB_SITE="http://people.slitaz.org/~leonardolaporte"
    4.14 +STUFF_DIR="lab.slitaz/5.0/pkg/web/messengers"
    4.15 +WGET_URL="${WEB_SITE}/$STUFF_DIR/${TARBALL}"
    4.16 +TAGS="cloud telegram"
    4.17 +
    4.18 +BUILD_DEPENDS="wget"
    4.19 +
    4.20 +# Rules to configure and make the package.
    4.21 +compile_rules()
    4.22 +{
    4.23 +
    4.24 +# Build Tree.
    4.25 +  mkdir -p $install/usr/share/applications
    4.26 +  mkdir -p $install/usr/share/pixmaps
    4.27 +
    4.28 +# Writing ".desktop" files.
    4.29 +# -------------------------
    4.30 +# The icons preserve the 'web-*' name for no future conflicts
    4.31 +# with other applications.
    4.32 +#
    4.33 +# >_ Telegram Desktop
    4.34 +#
    4.35 +cat > $install/usr/share/applications/web-telegram.desktop << EOT
    4.36 +[Desktop Entry]
    4.37 +Type=Application
    4.38 +Name=Telegram Web
    4.39 +Comment=Telegram web for all platforms.
    4.40 +Categories=Network;
    4.41 +Icon=web-telegram
    4.42 +Exec=browser "https://web.telegram.org/"
    4.43 +
    4.44 +EOT
    4.45 +#
    4.46 +# >_ Done
    4.47 +#
    4.48 +  cp -a $src/icon/* $install/usr/share/pixmaps
    4.49 +}
    4.50 +
    4.51 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.52 +genpkg_rules()
    4.53 +{
    4.54 +  cp -a $install/* $fs
    4.55 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/web-whatsapp/description.txt	Fri Apr 22 20:51:44 2016 -0300
     5.3 @@ -0,0 +1,12 @@
     5.4 +WhatsApp Web
     5.5 +
     5.6 +Send and receive WhatsApp messages right from your computer. 
     5.7 +We recommend using WhatsApp Web with one of the following 
     5.8 +browsers: Google Chrome or Mozilla Firefox.
     5.9 +
    5.10 +WhatsApp Messenger :: cross-platform mobile messaging app for 
    5.11 +iPhone, BlackBerry, Android, Windows Phone and Nokia. Send 
    5.12 +text, video, images, audio for free.
    5.13 +
    5.14 +WhatsApp
    5.15 +https://www.whatsapp.com/
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/web-whatsapp/receipt	Fri Apr 22 20:51:44 2016 -0300
     6.3 @@ -0,0 +1,53 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6 +PACKAGE="web-whatsapp"
     6.7 +VERSION="0.1"
     6.8 +CATEGORY="network"
     6.9 +SHORT_DESC="Send and receive WhatsApp messages right from your computer."
    6.10 +MAINTAINER="hackdorte@sapo.pt"
    6.11 +LICENSE="WhatsApp-Inc"
    6.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.13 +WEB_SITE="http://people.slitaz.org/~leonardolaporte"
    6.14 +STUFF_DIR="lab.slitaz/5.0/pkg/web/messengers"
    6.15 +WGET_URL="${WEB_SITE}/$STUFF_DIR/${TARBALL}"
    6.16 +TAGS="cloud whatsapp"
    6.17 +
    6.18 +DEPENDS="firefox-official"
    6.19 +BUILD_DEPENDS="wget"
    6.20 +
    6.21 +# Rules to configure and make the package.
    6.22 +compile_rules()
    6.23 +{
    6.24 +
    6.25 +# Build Tree.
    6.26 +  mkdir -p $install/usr/share/applications
    6.27 +  mkdir -p $install/usr/share/pixmaps
    6.28 +
    6.29 +# Writing ".desktop" files.
    6.30 +# -------------------------
    6.31 +# The icons preserve the 'web-*' name for no future conflicts
    6.32 +# with other applications.
    6.33 +#
    6.34 +# >_ WhatsApp Desktop
    6.35 +#
    6.36 +cat > $install/usr/share/applications/web-whatsapp.desktop << EOT
    6.37 +[Desktop Entry]
    6.38 +Type=Application
    6.39 +Name=WhatsApp Web
    6.40 +Comment=Send and receive WhatsApp messages right from your computer.
    6.41 +Categories=Network;
    6.42 +Icon=web-whatsapp
    6.43 +Exec=firefox-official "https://web.whatsapp.com/"
    6.44 +
    6.45 +EOT
    6.46 +#
    6.47 +# >_ Done
    6.48 +#
    6.49 +  cp -a $src/icon/* $install/usr/share/pixmaps
    6.50 +}
    6.51 +
    6.52 +# Rules to gen a SliTaz package suitable for Tazpkg.
    6.53 +genpkg_rules()
    6.54 +{
    6.55 +  cp -a $install/* $fs
    6.56 +}