wok view squirrelmail-nb_NO/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 9e01bc6321ea
children cb67b4f8be05
line source
1 # SliTaz package receipt.
3 PACKAGE="squirrelmail-nb_NO"
4 VERSION="1.4.18-20090526"
5 CATEGORY="network"
6 SHORT_DESC="Locale nb_NO for squirrelmail."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://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 }