wok-next annotate web-tweetdeck/receipt @ rev 20888

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