SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "web-tweetdeck"

# SliTaz package receipt.

PACKAGE="web-tweetdeck"
VERSION="0.1a"
CATEGORY="network"
SHORT_DESC="A social media dashboard application for management of Twitter accounts."
WEB_SITE="http://tweetdeck.com/"

MAINTAINER="hackdorte@sapo.pt"
LICENSE="GPLv3"
TAGS="social twitter tweetdeck"

DEPENDS="tazweb"

# Rules to configure and make the package.
compile_rules()
{

    mkdir -p $install/usr/share/applications
    mkdir -p $install/usr/bin
    mkdir -p $install/usr/share/pixmaps

}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{

    cp -a $stuff/desktop.txt \
    $install/usr/share/applications/web-tweetdeck.desktop

    cp -a $stuff/web-tweetdeck.txt \
    $install/usr/bin/web-tweetdeck

    cp -a $stuff/image.src \
    $install/usr/share/pixmaps/web-tweetdeck.png

  cp -a $install/* $fs
}

post_install()
{
    chmod +x $1/usr/bin/web-tweetdeck
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)