wok-stable annotate squirrelmail-ug/receipt @ rev 7832
Add get-LibreOffice (v1.0) - script (based on get-OpenOffice3) to download and package LibreOffice w/out lang. packs
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Sun Dec 26 22:00:38 2010 +0000 (2010-12-26) |
parents | 4c6676f4a574 |
children |
rev | line source |
---|---|
pascal@1198 | 1 # SliTaz package receipt. |
pascal@1198 | 2 |
pascal@1198 | 3 PACKAGE="squirrelmail-ug" |
pascal@1198 | 4 VERSION="1.4.13-20071220" |
pascal@1411 | 5 CATEGORY="network" |
pascal@1198 | 6 SHORT_DESC="Locale ug for Web mail." |
pascal@1198 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1198 | 8 WANTED="squirrelmail-locales" |
pascal@1198 | 9 DEPENDS="squirrelmail" |
pascal@1198 | 10 WEB_SITE="http://www.squirrelmail.org/" |
pascal@1198 | 11 |
pascal@1198 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1198 | 13 genpkg_rules() |
pascal@1198 | 14 { |
pascal@1198 | 15 mkdir -p $fs/usr/share/squirrelmail/locale |
pascal@1198 | 16 cp -a $src/locale/${PACKAGE#squirrelmail-} \ |
pascal@1198 | 17 $fs/usr/share/squirrelmail/locale |
pascal@1198 | 18 } |
pascal@1198 | 19 |
pascal@1198 | 20 # Pre and post install commands for Tazpkg. |
pascal@1198 | 21 post_install() |
pascal@1198 | 22 { |
pascal@1198 | 23 sed -i "s/^\$squirrelmail_default_language = .*/\$squirrelmail_default_language = '${PACKAGE#squirrelmail-}';/" /etc/squirrelmail/config.php |
pascal@1198 | 24 } |