wok view tramys/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents 07cf937874e1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tramys"
4 VERSION="140824"
5 CATEGORY="system-tools"
6 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 install -Dm755 -o root $stuff/tramys $fs/usr/bin/tramys
15 install -Dm644 -o root $stuff/mo.list $fs/usr/share/tramys/mo.list
16 install -Dm644 -o root $stuff/qm.list $fs/usr/share/tramys/qm.list
17 for REL in "3.0" "stable" "arm" "x86_64"; do
18 install -Dm644 -o root $stuff/${REL}_mo.list $fs/usr/share/tramys/${REL}_mo.list
19 install -Dm644 -o root $stuff/${REL}_qm.list $fs/usr/share/tramys/${REL}_qm.list
20 done
21 }