wok diff squirrelmail-locales/receipt @ rev 22182
ruby-ncurses: added glibc-dev to BUILD_DEPENDS
author | Hans-G?nter Theisgen |
---|---|
date | Sun Nov 10 16:17:01 2019 +0100 (2019-11-10) |
parents | d51b2411e55e |
children | da0a38e4800e |
line diff
1.1 --- a/squirrelmail-locales/receipt Sat Apr 05 10:12:34 2014 +0000 1.2 +++ b/squirrelmail-locales/receipt Sun Nov 10 16:17:01 2019 +0100 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="squirrelmail-locales" 1.7 -VERSION="1.4.13-20071220" 1.8 +VERSION="1.4.18-20090526" 1.9 CATEGORY="meta" 1.10 -SHORT_DESC="ALL locales for Web mail." 1.11 +SHORT_DESC="All locales for squirrelmail." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://www.squirrelmail.org/" 1.15 + 1.16 SOURCE="all_locales" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="http://www.squirrelmail.org/" 1.19 WGET_URL="$SF_MIRROR/squirrelmail/$TARBALL" 1.20 -HOST_ARCH="any" 1.21 1.22 DEPENDS="squirrelmail-ar \ 1.23 squirrelmail-bg_BG \ 1.24 @@ -60,15 +60,18 @@ 1.25 squirrelmail-zh_TW \ 1.26 " 1.27 1.28 +HOST_ARCH="any" 1.29 + 1.30 compile_rules() 1.31 { 1.32 [ -d $src ] || mkdir $src 1.33 - for i in *; do 1.34 + for i in * 1.35 + do 1.36 case "$i" in 1.37 receipt|taz|process.log|$(basename $src));; 1.38 *) mv -f $i $src;; 1.39 esac 1.40 - done 1.41 + done 1.42 [ -e $PACKAGE-$VERSION ] || ln -s $(basename $src) $PACKAGE-$VERSION 1.43 } 1.44