wok diff tramys-client/receipt @ rev 17081

Add: tramys-server and tramys-client (yesterday version for history).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 24 22:43:01 2014 +0300 (2014-08-24)
parents
children 24e0f312c73d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tramys-client/receipt	Sun Aug 24 22:43:01 2014 +0300
     1.3 @@ -0,0 +1,15 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tramys-client"
     1.7 +VERSION="140823"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux, client part"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	install -Dm755 -o root $stuff/tramys2 $fs/usr/bin/tramys2
    1.18 +}