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

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
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 }