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

updated portaudio and portaudio-dev (v19_20110326 -> 190600_20161030)
author Hans-G?nter Theisgen
date Wed Jun 05 16:15:15 2019 +0100 (2019-06-05)
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 }