wok rev 16040

tazpanel: gettext is installed in chroot
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 09 11:49:44 2014 +0100 (2014-03-09)
parents 307866ad479e
children 8cf93f4aedd1
files tazpanel/receipt xorg-server-light/receipt
line diff
     1.1 --- a/tazpanel/receipt	Sun Mar 09 10:11:06 2014 +0100
     1.2 +++ b/tazpanel/receipt	Sun Mar 09 11:49:44 2014 +0100
     1.3 @@ -12,14 +12,14 @@
     1.4  CONFIG_FILES="/etc/slitaz/tazpanel.conf /etc/slitaz/httpd.conf"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="busybox tazinst-gui tazinst"
     1.8 -BUILD_DEPENDS="gettext"
     1.9 +SUGGESTED="tazinst-gui tazinst"
    1.10 +DEPENDS="busybox"
    1.11 +BUILD_DEPENDS=""
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src && make &&
    1.17 -	make DESTDIR=$DESTDIR install
    1.18 +	make && make DESTDIR=$DESTDIR install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/xorg-server-light/receipt	Sun Mar 09 10:11:06 2014 +0100
     2.2 +++ b/xorg-server-light/receipt	Sun Mar 09 11:49:44 2014 +0100
     2.3 @@ -32,7 +32,8 @@
     2.4  xorg-videoproto xorg-xtrans libgpg-error-dev libgcrypt-dev freetype-dev \
     2.5  libxcb-dev bzip2-dev" 
     2.6  		ARCH_ARGS="--disable-config-udev"
     2.7 -		ARM_LIBS="/cross/$arch/sysroot/usr/lib" ;;
     2.8 +		ARM_LIBS="/cross/$arch/sysroot/usr/lib" 
     2.9 +		export LIBTOOL=${HOST_SYSTEm}-libtool ;;
    2.10  	i?86)
    2.11  		ARCH_ARGS="--enable-config-udev" ;;
    2.12  esac