wok-current annotate squirrelmail-es_ES/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | d51b2411e55e |
children | 9e01bc6321ea |
rev | line source |
---|---|
pascal@1198 | 1 # SliTaz package receipt. |
pascal@1198 | 2 |
pascal@1198 | 3 PACKAGE="squirrelmail-es_ES" |
pascal@1198 | 4 VERSION="1.4.13-20071220" |
pascal@1411 | 5 CATEGORY="network" |
pascal@1198 | 6 SHORT_DESC="Locale es_ES for Web mail." |
pascal@1198 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15200 | 8 LICENSE="GPL2" |
pascal@1198 | 9 WANTED="squirrelmail-locales" |
pascal@15200 | 10 WEB_SITE="http://www.squirrelmail.org/" |
pascal@16264 | 11 HOST_ARCH="any" |
pascal@15200 | 12 |
pascal@1198 | 13 DEPENDS="squirrelmail" |
pascal@1198 | 14 |
pascal@1198 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1198 | 16 genpkg_rules() |
pascal@1198 | 17 { |
pascal@1198 | 18 mkdir -p $fs/usr/share/squirrelmail/locale |
pascal@1198 | 19 cp -a $src/locale/${PACKAGE#squirrelmail-} \ |
pascal@1198 | 20 $fs/usr/share/squirrelmail/locale |
pascal@1198 | 21 } |
pascal@1198 | 22 |
pascal@1198 | 23 # Pre and post install commands for Tazpkg. |
pascal@1198 | 24 post_install() |
pascal@1198 | 25 { |
pascal@17552 | 26 sed -i "s/^\$squirrelmail_default_language = .*/\$squirrelmail_default_language = '${PACKAGE#squirrelmail-}';/" $1/etc/squirrelmail/config.php |
pascal@1198 | 27 } |