wok annotate tramys-client/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
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 }