wok-next diff attr/receipt @ rev 13758
glade3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 11:04:59 2013 +0100 (2013-01-03) |
parents | 7817ac3c0699 |
children | a7b54d88ae54 |
line diff
1.1 --- a/attr/receipt Fri May 20 17:15:06 2011 +0000 1.2 +++ b/attr/receipt Thu Jan 03 11:04:59 2013 +0100 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()