wok-next annotate tramys/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents cd7906120828
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
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@20888 10 REPOLOGY="-"
al@17040 11
al@21020 12 genpkg_rules() {
al@17040 13 install -Dm755 -o root $stuff/tramys $fs/usr/bin/tramys
al@17040 14 install -Dm644 -o root $stuff/mo.list $fs/usr/share/tramys/mo.list
al@17040 15 install -Dm644 -o root $stuff/qm.list $fs/usr/share/tramys/qm.list
al@17083 16 for REL in "3.0" "stable" "arm" "x86_64"; do
al@17083 17 install -Dm644 -o root $stuff/${REL}_mo.list $fs/usr/share/tramys/${REL}_mo.list
al@17083 18 install -Dm644 -o root $stuff/${REL}_qm.list $fs/usr/share/tramys/${REL}_qm.list
al@17083 19 done
al@17040 20 }