wok view firefox-langpack-ru/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents f79ea815af04
children 0b017f976fea
line source
1 # SliTaz package receipt.
3 PACKAGE="firefox-langpack-ru"
4 VERSION="17.0.6esr"
5 CATEGORY="network"
6 SHORT_DESC="Russian Language Package for firefox"
7 MAINTAINER="lufeng369@gmail.com"
8 DEPENDS="firefox"
9 WEB_SITE="http://www.mozilla.com"
10 LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-')
11 LANG_DIR="langpack-$LANG@firefox.mozilla.org"
12 TARBALL="$PACKAGE-$VERSION.zip"
13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$LANG.xpi"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 EXTDIR="$fs/usr/lib/firefox-$VERSION/extensions/$LANG_DIR"
19 mkdir -p $EXTDIR
20 cp -a $src/* $EXTDIR
21 }