wok diff tramys/receipt @ rev 17040

Add tramys
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 19 09:21:54 2014 +0000 (2014-08-19)
parents
children d4450804a65f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tramys/receipt	Tue Aug 19 09:21:54 2014 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tramys"
     1.7 +VERSION="140819"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux"
    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/tramys $fs/usr/bin/tramys
    1.18 +	install -Dm644 -o root $stuff/mo.list $fs/usr/share/tramys/mo.list
    1.19 +	install -Dm644 -o root $stuff/qm.list $fs/usr/share/tramys/qm.list
    1.20 +}