wok-6.x annotate thunderbird-langpack-de/receipt @ rev 8573
imported patch get/thunderbird-langpack-de
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | e752b9cf0633 |
children | f579356b437f |
rev | line source |
---|---|
domcox@6081 | 1 # SliTaz package receipt. |
domcox@6081 | 2 |
pascal@6088 | 3 PACKAGE="thunderbird-langpack-de" |
slaxemulator@7586 | 4 VERSION="3.1.7" |
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@7525 | 10 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` |
slaxemulator@7525 | 11 LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" |
slaxemulator@7525 | 12 TARBALL="$LANG.xpi" |
gokhlayeh@8573 | 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 configure and make the package. |
domcox@6081 | 16 compile_rules() |
domcox@6081 | 17 { |
gokhlayeh@8573 | 18 : |
domcox@6081 | 19 } |
domcox@6081 | 20 |
domcox@6081 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@6081 | 22 genpkg_rules() |
domcox@6081 | 23 { |
gokhlayeh@8573 | 24 EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions/$LANG_DIR" |
domcox@6081 | 25 mkdir -p $EXTDIR |
gokhlayeh@8573 | 26 cp -a $src/* $EXTDIR |
domcox@6081 | 27 } |