wok view tramys/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 07cf937874e1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tramys"
4 VERSION="140824"
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 for REL in "3.0" "stable" "arm" "x86_64"; do
18 install -Dm644 -o root $stuff/${REL}_mo.list $fs/usr/share/tramys/${REL}_mo.list
19 install -Dm644 -o root $stuff/${REL}_qm.list $fs/usr/share/tramys/${REL}_qm.list
20 done
21 }