wok-current view tramys/receipt @ rev 17045
Up: firefox-official (31.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Aug 19 23:37:07 2014 +0200 (2014-08-19) |
parents | |
children | d4450804a65f |
line source
1 # SliTaz package receipt.
3 PACKAGE="tramys"
4 VERSION="140819"
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 }