wok-next view tramys-client/receipt @ rev 20405
Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 07 17:39:40 2017 +0200 (2017-12-07) |
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 }