wok annotate web-tweetdeck/receipt @ rev 25037

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