wok-current view squirrelmail-bn_IN/receipt @ rev 24047
Up ipxe (1.21.1), rsync (3.2.3)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Mon May 10 19:33:04 2021 +0000 (2021-05-10) | 
| parents | 9e01bc6321ea | 
| children | cb67b4f8be05 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="squirrelmail-bn_IN"
     4 VERSION="1.4.18-20090526"
     5 CATEGORY="network"
     6 SHORT_DESC="Locale bn_IN 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 }