wok-current diff acl/receipt @ rev 15988
popt: add to ARM arch
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 02 02:38:28 2014 +0100 (2014-03-02) |
parents | 164afa784523 |
children | 89f18ec827a9 |
line diff
1.1 --- a/acl/receipt Wed Jun 26 23:09:23 2013 +0300 1.2 +++ b/acl/receipt Sun Mar 02 02:38:28 2014 +0100 1.3 @@ -9,10 +9,16 @@ 1.4 WEB_SITE="http://savannah.nongnu.org/projects/acl/" 1.5 TARBALL="$PACKAGE-$VERSION.src.tar.gz" 1.6 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" 1.7 +#HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="attr glibc-base" 1.10 +DEPENDS="attr" 1.11 BUILD_DEPENDS="attr-dev bash libtool" 1.12 1.13 +# Handle cross compilation. 1.14 +case "$ARCH" in 1.15 + arm) BUILD_DEPENDS="attr-dev" ;; 1.16 +esac 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {