wok-next view web-tweetdeck/receipt @ rev 20990

Remove mate116 stash
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 02 22:23:34 2018 +0300 (2018-10-02)
parents abdd572ba26d
children
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 MAINTAINER="hackdorte@sapo.pt"
8 LICENSE="GPLv3"
9 WEB_SITE="http://tweetdeck.com/"
10 REPOLOGY="-"
12 TAGS="social twitter tweetdeck"
14 DEPENDS="tazweb"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
20 mkdir -p $install/usr/share/applications
21 mkdir -p $install/usr/bin
22 mkdir -p $install/usr/share/pixmaps
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
30 cp -a $stuff/desktop.txt \
31 $install/usr/share/applications/web-tweetdeck.desktop
33 cp -a $stuff/web-tweetdeck.txt \
34 $install/usr/bin/web-tweetdeck
36 cp -a $stuff/image.src \
37 $install/usr/share/pixmaps/web-tweetdeck.png
39 cp -a $install/* $fs
40 }
42 post_install()
43 {
44 chmod +x $1/usr/bin/web-tweetdeck
45 }