wok annotate thunderbird-langpack-pt_PT/receipt @ rev 17087
Add gtk-engines
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Aug 26 21:42:50 2014 +0200 (2014-08-26) |
parents | fd8c810de982 |
children | 7042a09beaeb |
rev | line source |
---|---|
domcox@6081 | 1 # SliTaz package receipt. |
domcox@6081 | 2 |
pascal@6088 | 3 PACKAGE="thunderbird-langpack-pt_PT" |
domcox@15563 | 4 VERSION="17.0.11esr" |
domcox@6081 | 5 CATEGORY="network" |
al@14989 | 6 SHORT_DESC="Portuguese Language Pack for thunderbird" |
domcox@6081 | 7 MAINTAINER="domcox@slitaz.org" |
al@14989 | 8 LICENSE="MPL" |
pascal@6409 | 9 WEB_SITE="http://www.mozillamessaging.com/" |
domcox@14215 | 10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-') |
pascal@14988 | 11 TARBALL="$PACKAGE-$VERSION.xpi" |
pascal@14988 | 12 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" |
domcox@6081 | 13 |
al@14989 | 14 DEPENDS="thunderbird" |
al@14989 | 15 |
domcox@6081 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6081 | 17 genpkg_rules() |
domcox@6081 | 18 { |
al@14989 | 19 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" |
domcox@14215 | 20 EXTDIR="$fs/usr/lib/thunderbird-$VERSION/extensions/$LANG_DIR" |
domcox@6081 | 21 mkdir -p $EXTDIR |
gokhlayeh@8578 | 22 cp -a $src/* $EXTDIR |
domcox@6081 | 23 } |