wok diff attr/receipt @ rev 14112

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-02-24)
parents 7817ac3c0699
children a7b54d88ae54
line diff
     1.1 --- a/attr/receipt	Fri May 20 17:15:06 2011 +0000
     1.2 +++ b/attr/receipt	Sun Feb 24 21:28:58 2013 +0000
     1.3 @@ -5,11 +5,18 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="glibc-base"
     1.8 -BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext"
     1.9  TARBALL="${PACKAGE}-${VERSION}.src.tar.gz"
    1.10  WEB_SITE="http://savannah.nongnu.org/projects/attr/"
    1.11  WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL"
    1.12 +HOST_ARCH="i486 arm"
    1.13 +
    1.14 +DEPENDS="glibc-base"
    1.15 +BUILD_DEPENDS="autoconf automake m4 libtool gettext"
    1.16 +
    1.17 +# When cross compiling auto-tools, gettext and m4 build system are used.
    1.18 +case "$ARCH" in
    1.19 +	arm) BUILD_DEPENDS="" ;;
    1.20 +esac
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()