wok view squirrelmail-hu_HU/receipt @ rev 25672

Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 26 14:07:44 2024 +0000 (3 months ago)
parents 4993549452a2
children
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-hu_HU"
4 VERSION="1.4.18-20090526"
5 CATEGORY="network"
6 SHORT_DESC="Locale hu_HU for squirrelmail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.squirrelmail.org/"
11 DEPENDS="squirrelmail"
12 WANTED="squirrelmail-locales"
14 HOST_ARCH="any"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/squirrelmail/locale
20 cp -a $src/locale/${PACKAGE#squirrelmail-} \
21 $fs/usr/share/squirrelmail/locale
22 }
24 # Pre and post install commands for Tazpkg.
25 post_install()
26 {
27 sed -i "s/^\$squirrelmail_default_language = .*/\$squirrelmail_default_language = '${PACKAGE#squirrelmail-}';/" "$1/etc/squirrelmail/config.php"
28 }