wok diff htop/receipt @ rev 16648
Up gobject-introspection (1.34.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 13 06:26:50 2014 +0000 (2014-05-13) |
parents | 7896f0694ef6 |
children | 0878663ea676 |
line diff
1.1 --- a/htop/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/htop/receipt Tue May 13 06:26:50 2014 +0000 1.3 @@ -14,6 +14,8 @@ 1.4 1.5 DEPENDS="ncursesw" 1.6 BUILD_DEPENDS="ncursesw-dev" 1.7 + 1.8 +# Handle cross comilation 1.9 case "$ARCH" in 1.10 arm) CROSS_ARGS="--enable-native_affinity=no" ;; 1.11 esac 1.12 @@ -21,7 +23,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure \ 1.18 --enable-unicode \ 1.19 $CONFIGURE_ARGS $CROSS_ARGS && 1.20 @@ -33,5 +34,4 @@ 1.21 { 1.22 mkdir -p $fs/usr/bin 1.23 cp -a $install/usr/bin/* $fs/usr/bin 1.24 - cp -a $install/usr/share/pixmaps $fs/usr/share 1.25 }