wok view squirrelmail-zh_CN/receipt @ rev 24055
Add current_version for most github hosted softwares
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Tue Jun 08 08:46:05 2021 +0000 (2021-06-08) | 
| parents | 9e01bc6321ea | 
| children | cb67b4f8be05 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="squirrelmail-zh_CN"
     4 VERSION="1.4.18-20090526"
     5 CATEGORY="network"
     6 SHORT_DESC="Locale zh_CN 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 }