SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tramys-client"

# SliTaz package receipt.

PACKAGE="tramys-client"
VERSION="140828"
CATEGORY="system-tools"
SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux, client part"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL"
WEB_SITE="http://www.slitaz.org/"

DEPENDS="yad"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    install -Dm755 -o root $stuff/tramys2 $fs/usr/bin/tramys2
    install -Dm644 -o root $stuff/tramys2.desktop \
        $fs/usr/share/applications/tramys2.desktop

    cd $stuff
    make msgfmt
    mkdir -p $fs/usr/share/locale
    cp -a $stuff/po/mo/* $fs/usr/share/locale
    make clean
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)