wok-next view tramys/receipt @ rev 17052

slim: fix editing patch, login_cmd stored in other line
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Aug 20 20:12:30 2014 +0200 (2014-08-20)
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 }