wok annotate tramys-client/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents bf52d3ac4b95
children
rev   line source
al@17081 1 # SliTaz package receipt.
al@17081 2
al@17081 3 PACKAGE="tramys-client"
al@17092 4 VERSION="140828"
al@17081 5 CATEGORY="system-tools"
al@17081 6 SHORT_DESC="Tool for managing translation files for SliTaz GNU/Linux, client part"
al@17081 7 MAINTAINER="al.bobylev@gmail.com"
al@17081 8 LICENSE="GPL"
al@17081 9 WEB_SITE="http://www.slitaz.org/"
al@17081 10
al@17082 11 DEPENDS="yad"
al@17082 12
al@17081 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17081 14 genpkg_rules()
al@17081 15 {
al@17081 16 install -Dm755 -o root $stuff/tramys2 $fs/usr/bin/tramys2
al@17082 17 install -Dm644 -o root $stuff/tramys2.desktop \
al@17082 18 $fs/usr/share/applications/tramys2.desktop
al@17092 19
al@17092 20 cd $stuff
al@17092 21 make msgfmt
al@17092 22 mkdir -p $fs/usr/share/locale
al@17097 23 cp -a $stuff/po/mo/* $fs/usr/share/locale
al@17092 24 make clean
al@17081 25 }