wok annotate tramys/receipt @ rev 17043

Add mxml
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 19 17:47:01 2014 +0200 (2014-08-19)
parents
children d4450804a65f
rev   line source
al@17040 1 # SliTaz package receipt.
al@17040 2
al@17040 3 PACKAGE="tramys"
al@17040 4 VERSION="140819"
al@17040 5 CATEGORY="system-tools"
al@17040 6 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux"
al@17040 7 MAINTAINER="al.bobylev@gmail.com"
al@17040 8 LICENSE="GPL"
al@17040 9 WEB_SITE="http://www.slitaz.org/"
al@17040 10
al@17040 11 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17040 12 genpkg_rules()
al@17040 13 {
al@17040 14 install -Dm755 -o root $stuff/tramys $fs/usr/bin/tramys
al@17040 15 install -Dm644 -o root $stuff/mo.list $fs/usr/share/tramys/mo.list
al@17040 16 install -Dm644 -o root $stuff/qm.list $fs/usr/share/tramys/qm.list
al@17040 17 }