wok-next annotate 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 |
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@19675 | 12 BUILD_DEPENDS="gettext" |
al@19675 | 13 |
al@19675 | 14 # Rules to configure and make the package. |
al@19675 | 15 compile_rules() |
al@19675 | 16 { |
al@19675 | 17 install -Dm755 -o root $stuff/tramys2 $install/usr/bin/tramys2 |
al@19675 | 18 install -Dm644 -o root $stuff/tramys2.desktop \ |
al@19675 | 19 $install/usr/share/applications/tramys2.desktop |
al@19675 | 20 |
al@19675 | 21 cd $stuff |
al@19675 | 22 make msgfmt |
al@19675 | 23 mkdir -p $install/usr/share/locale |
al@19675 | 24 cp -a $stuff/po/mo/* $install/usr/share/locale |
al@19675 | 25 make clean |
al@19675 | 26 } |
al@17082 | 27 |
al@17081 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17081 | 29 genpkg_rules() |
al@17081 | 30 { |
al@19677 | 31 cp -a $install/* $fs |
al@17081 | 32 } |