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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 0c247ee1a841
children cd7906120828
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 -a $install/* $fs
32 }