wok-current diff wireless_tools/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | 2a21689b0af7 |
children | 77be6b57303b |
line diff
1.1 --- a/wireless_tools/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/wireless_tools/receipt Mon Oct 05 01:10:26 2015 +0300 1.3 @@ -10,22 +10,22 @@ 1.4 TARBALL="${PACKAGE}.${VERSION}.tar.gz" 1.5 WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" 1.6 WGET_URL="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$TARBALL" 1.7 -TAGS="wireless" 1.8 +HOST_ARCH="i486 arm" 1.9 1.10 +TAGS="wireless wifi network" 1.11 DEPENDS="" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - make PREFIX=$DESTDIR/usr 1.18 + make CC=${HOST_SYSTEM}-gcc PREFIX=$DESTDIR/usr 1.19 make PREFIX=$DESTDIR/usr install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share/applications 1.26 + mkdir -p $fs/usr/lib $fs/usr/bin 1.27 cp -a $install/usr/sbin $fs/usr 1.28 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.29 }