wok-next view slitaz-i18n-extra/receipt @ rev 18099
Up elksemu (0.16.21)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 29 17:10:24 2015 +0200 (2015-05-29) |
parents | eb8067417980 |
children | 46d3691a4f80 |
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 }