wok diff web-tweetdeck/receipt @ rev 20222
memtest, ipxe: update bootloader.S
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 26 19:03:16 2018 +0100 (2018-02-26) |
parents | |
children | d66160614dc4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/web-tweetdeck/receipt Mon Feb 26 19:03:16 2018 +0100 1.3 @@ -0,0 +1,44 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="web-tweetdeck" 1.7 +VERSION="0.1a" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="A social media dashboard application for management of Twitter accounts." 1.10 +WEB_SITE="http://tweetdeck.com/" 1.11 + 1.12 +MAINTAINER="hackdorte@sapo.pt" 1.13 +LICENSE="GPLv3" 1.14 +TAGS="social twitter tweetdeck" 1.15 + 1.16 +DEPENDS="tazweb" 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + 1.22 + mkdir -p $install/usr/share/applications 1.23 + mkdir -p $install/usr/bin 1.24 + mkdir -p $install/usr/share/pixmaps 1.25 + 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + 1.32 + cp -a $stuff/desktop.txt \ 1.33 + $install/usr/share/applications/web-tweetdeck.desktop 1.34 + 1.35 + cp -a $stuff/web-tweetdeck.txt \ 1.36 + $install/usr/bin/web-tweetdeck 1.37 + 1.38 + cp -a $stuff/image.src \ 1.39 + $install/usr/share/pixmaps/web-tweetdeck.png 1.40 + 1.41 + cp -a $install/* $fs 1.42 +} 1.43 + 1.44 +post_install() 1.45 +{ 1.46 + chmod +x $1/usr/bin/web-tweetdeck 1.47 +}