wok-next annotate tramys-client/receipt @ rev 17086

tramys-client, tramys-server: now using http headers only (no more additional info in the server logs); added a lot of comments.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 26 13:31:50 2014 +0300 (2014-08-26)
parents 24e0f312c73d
children bf52d3ac4b95
rev   line source
al@17081 1 # SliTaz package receipt.
al@17081 2
al@17081 3 PACKAGE="tramys-client"
al@17086 4 VERSION="140826"
al@17081 5 CATEGORY="system-tools"
al@17081 6 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux, client part"
al@17081 7 MAINTAINER="al.bobylev@gmail.com"
al@17081 8 LICENSE="GPL"
al@17081 9 WEB_SITE="http://www.slitaz.org/"
al@17081 10
al@17082 11 DEPENDS="yad"
al@17082 12
al@17081 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17081 14 genpkg_rules()
al@17081 15 {
al@17081 16 install -Dm755 -o root $stuff/tramys2 $fs/usr/bin/tramys2
al@17082 17 install -Dm644 -o root $stuff/tramys2.desktop \
al@17082 18 $fs/usr/share/applications/tramys2.desktop
al@17081 19 }