wok view slitaz-i18n-extra/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents eb8067417980
children
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-i18n-extra"
4 VERSION="4.2"
5 CATEGORY="meta"
6 SHORT_DESC="SliTaz internationalization meta package to build extra locale pack."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 # Bdeps ensure packages are built so we can get generated po files.
12 BUILD_DEPENDS="gimp mplayer xine-ui abiword gnumeric sylpheed gftp geany"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 . $stuff/locale-pack.conf
18 for p in $EXTRA_PKGS
19 do
20 [ ! -d "$WOK/$p/install" ] && echo "Missing in wok: $p"
21 done
22 # Cook all extra locale pack.
23 for i in $LOCALE_PACK
24 do
25 if [ -x /usr/bin/cook ]; then
26 cook locale-$i-extra
27 elif [ -x /usr/bin/tazwok ]; then
28 tazwok cook locale-$i-extra
29 fi
30 done
31 mkdir -p $fs/usr
32 }