wok view thunderbird-langpack-zh_CN/receipt @ rev 14789
Fix ownership and permissions for some files in some packages: adeskbar, ajaxterm, amsn, anacron, arora, asciiquarium, assaultcube-data, asterisk-sound-fr, asterisk-sound, attr-dev, attr, audacious, avidemux, awstats, bind-dev, binutils, blogotext, bootchart, btanks, bzip2-dev, c-client, cairo-dock.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jul 08 11:45:27 2013 +0300 (2013-07-08) |
parents | 8fc2c58382da |
children | ebd14e385631 |
line source
1 # SliTaz package receipt.
3 PACKAGE="thunderbird-langpack-zh_CN"
4 VERSION="17.0.6esr"
5 CATEGORY="network"
6 SHORT_DESC="Chinese Language Package for thunderbird"
7 MAINTAINER="domcox@slitaz.org"
8 DEPENDS="thunderbird"
9 WEB_SITE="http://www.mozillamessaging.com/"
10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-')
11 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org"
12 TARBALL="$LANG.xpi"
13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR"
19 mkdir -p $EXTDIR
20 cp -a $src/* $EXTDIR
21 }