wok view web-tweetdeck/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents
children d66160614dc4
line source
1 # SliTaz package receipt.
3 PACKAGE="web-tweetdeck"
4 VERSION="0.1a"
5 CATEGORY="network"
6 SHORT_DESC="A social media dashboard application for management of Twitter accounts."
7 WEB_SITE="http://tweetdeck.com/"
9 MAINTAINER="hackdorte@sapo.pt"
10 LICENSE="GPLv3"
11 TAGS="social twitter tweetdeck"
13 DEPENDS="tazweb"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
19 mkdir -p $install/usr/share/applications
20 mkdir -p $install/usr/bin
21 mkdir -p $install/usr/share/pixmaps
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
29 cp -a $stuff/desktop.txt \
30 $install/usr/share/applications/web-tweetdeck.desktop
32 cp -a $stuff/web-tweetdeck.txt \
33 $install/usr/bin/web-tweetdeck
35 cp -a $stuff/image.src \
36 $install/usr/share/pixmaps/web-tweetdeck.png
38 cp -a $install/* $fs
39 }
41 post_install()
42 {
43 chmod +x $1/usr/bin/web-tweetdeck
44 }