wok view tramys-client/receipt @ rev 17914

Add fontforge and its depends (libspiro, libuninameslist).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 09 03:26:48 2015 +0300 (2015-04-09)
parents bf52d3ac4b95
children
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"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 install -Dm755 -o root $stuff/tramys2 $fs/usr/bin/tramys2
17 install -Dm644 -o root $stuff/tramys2.desktop \
18 $fs/usr/share/applications/tramys2.desktop
20 cd $stuff
21 make msgfmt
22 mkdir -p $fs/usr/share/locale
23 cp -a $stuff/po/mo/* $fs/usr/share/locale
24 make clean
25 }