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

Check Repology info from q* to x* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 14 17:43:03 2018 +0300 (2018-07-14)
parents 29a4d8677ecf
children d5aab818505e
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 DEPENDS="yad"
13 BUILD_DEPENDS="gettext"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 install -Dm755 -o root $stuff/tramys2 $install/usr/bin/tramys2
19 install -Dm644 -o root $stuff/tramys2.desktop \
20 $install/usr/share/applications/tramys2.desktop
22 cd $stuff
23 make msgfmt
24 mkdir -p $install/usr/share/locale
25 cp -a $stuff/po/mo/* $install/usr/share/locale
26 make clean
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }