wok annotate tramys/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents 07cf937874e1
children
rev   line source
al@17040 1 # SliTaz package receipt.
al@17040 2
al@17040 3 PACKAGE="tramys"
al@17083 4 VERSION="140824"
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@17083 17 for REL in "3.0" "stable" "arm" "x86_64"; do
al@17083 18 install -Dm644 -o root $stuff/${REL}_mo.list $fs/usr/share/tramys/${REL}_mo.list
al@17083 19 install -Dm644 -o root $stuff/${REL}_qm.list $fs/usr/share/tramys/${REL}_qm.list
al@17083 20 done
al@17040 21 }