wok-next view tramys-client/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents cd7906120828
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tramys-client"
4 VERSION="140828"
5 CATEGORY="system-tools"
6 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux, client part"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="http://www.slitaz.org/"
10 REPOLOGY="-"
12 BUILD_DEPENDS="gettext-dev"
14 compile_rules() {
15 install -Dm755 -o root $stuff/tramys2 $install/usr/bin/tramys2
16 install -Dm644 -o root $stuff/tramys2.desktop \
17 $install/usr/share/applications/tramys2.desktop
19 cd $stuff
20 make msgfmt
21 mkdir -p $install/usr/share/locale
22 cp -a $stuff/po/mo/* $install/usr/share/locale
23 make clean
24 }
26 genpkg_rules() {
27 cp -a $install/* $fs
28 DEPENDS="yad"
29 }