wok-6.x rev 12856
Up: slitaz-base-files (5.2.2) libtaz.sh, libpkg.sh and i18n improved
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 24 12:55:50 2012 +0200 (2012-05-24) |
parents | ebdf263e57ce |
children | b8b9d97e8958 |
files | slitaz-base-files/receipt |
line diff
1.1 --- a/slitaz-base-files/receipt Wed May 23 16:27:19 2012 +0200 1.2 +++ b/slitaz-base-files/receipt Thu May 24 12:55:50 2012 +0200 1.3 @@ -1,13 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-base-files" 1.7 -VERSION="5.2.1" 1.8 +VERSION="5.2.2" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Linux tree and the necessary files for the base system." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.slitaz.org/" 1.14 WGET_URL="http://mirror.slitaz.org/sources/base-files/$TARBALL" 1.15 +HOST_ARCH="i486 arm" 1.16 + 1.17 +DEPENDS="gettext-base" 1.18 + 1.19 CONFIG_FILES=" 1.20 /etc/adduser.conf 1.21 /etc/passwd 1.22 @@ -27,8 +31,6 @@ 1.23 /etc/services 1.24 /etc/shells" 1.25 1.26 -DEPENDS="gettext-base" 1.27 - 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 {