wok view squirrelmail-fr_FR/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents b13ed9740841
children dfef8de3d270
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-fr_FR"
4 VERSION="1.4.13-20071220"
5 CATEGORY="network"
6 SHORT_DESC="Locale fr_FR for Web mail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="squirrelmail-locales"
10 WEB_SITE="http://www.squirrelmail.org/"
11 HOST_ARCH="any"
13 DEPENDS="squirrelmail"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/squirrelmail/locale
19 cp -a $src/locale/${PACKAGE#squirrelmail-} \
20 $fs/usr/share/squirrelmail/locale
21 }
23 # Pre and post install commands for Tazpkg.
24 post_install()
25 {
26 sed -i "s/^\$squirrelmail_default_language = .*/\$squirrelmail_default_language = '${PACKAGE#squirrelmail-}';/" /etc/squirrelmail/config.php
27 }