wok annotate thunderbird-langpack-fr/receipt @ rev 13932
qt4: configure detection should not break build (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 26 12:16:45 2013 +0100 (2013-01-26) |
parents | 74f603c507d4 |
children | b220ccfcdbfd |
rev | line source |
---|---|
domcox@6081 | 1 # SliTaz package receipt. |
domcox@6081 | 2 |
domcox@6081 | 3 PACKAGE="thunderbird-langpack-fr" |
pascal@13530 | 4 VERSION="11.0.1" |
domcox@6081 | 5 CATEGORY="network" |
domcox@6081 | 6 SHORT_DESC="locale for mozilla thunderbird" |
domcox@6081 | 7 MAINTAINER="domcox@slitaz.org" |
domcox@6081 | 8 DEPENDS="thunderbird" |
pascal@6409 | 9 WEB_SITE="http://www.mozillamessaging.com/" |
slaxemulator@7528 | 10 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` |
slaxemulator@7528 | 11 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" |
slaxemulator@7528 | 12 TARBALL="$LANG.xpi" |
gokhlayeh@8576 | 13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$TARBALL" |
domcox@6081 | 14 |
domcox@6081 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6081 | 16 genpkg_rules() |
domcox@6081 | 17 { |
slaxemulator@11820 | 18 EXTDIR="$fs/usr/lib/thunderbird/extensions/$LANG_DIR" |
domcox@6081 | 19 mkdir -p $EXTDIR |
gokhlayeh@8576 | 20 cp -a $src/* $EXTDIR |
domcox@6081 | 21 } |