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

Update some build dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 24 12:53:44 2017 +0200 (2017-03-24)
parents 240dab574d4c
children 29a4d8677ecf
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/"
11 DEPENDS="yad"
12 BUILD_DEPENDS="gettext"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 install -Dm755 -o root $stuff/tramys2 $install/usr/bin/tramys2
18 install -Dm644 -o root $stuff/tramys2.desktop \
19 $install/usr/share/applications/tramys2.desktop
21 cd $stuff
22 make msgfmt
23 mkdir -p $install/usr/share/locale
24 cp -a $stuff/po/mo/* $install/usr/share/locale
25 make clean
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp $install/* $fs
32 }