wok diff xfe/receipt @ rev 16088
xfe: up but dont compile for arm
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 16 01:41:02 2014 +0100 (2014-03-16) |
parents | 0514c1f0caa8 |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/xfe/receipt Sun Mar 16 01:05:20 2014 +0100 1.2 +++ b/xfe/receipt Sun Mar 16 01:41:02 2014 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfe" 1.7 -VERSION="1.32.4" 1.8 +VERSION="1.37" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Xfe File manager and utility using Fox toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -9,9 +9,9 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://roland65.free.fr/xfe/" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 -HOST_ARCH="i486 arm" 1.17 +#HOST_ARCH="i486 arm" 1.18 1.19 -SUGGESTED="adie calculator shutterbug xfe-extras" 1.20 +SUGGESTED="adie calculator shutterbug xfe-extras xfi" 1.21 DEPENDS="libpng jpeg tiff xorg-libXft fox" 1.22 BUILD_DEPENDS="libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev" 1.23 GENERIC_MENUS="no" 1.24 @@ -20,7 +20,7 @@ 1.25 case "$ARCH" in 1.26 i?86) BUILD_DEPENDS="$BUILD_DEPENDS intltool" ;; 1.27 arm) 1.28 - export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib" ;; 1.29 + export LDLAGS="-L/cross/$ARCH/sysroot/usr/lib" ;; 1.30 esac 1.31 1.32 # Rules to configure and make the package.