wok rev 20290

linux-module-headers: update deps for x86_64 target
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 09:37:49 2018 +0200 (2018-04-16)
parents fdcd42043927
children 33014fa45fa6
files abiword-plugins/receipt elilo/receipt linux-module-headers/receipt
line diff
     1.1 --- a/abiword-plugins/receipt	Tue Apr 10 13:11:07 2018 +0200
     1.2 +++ b/abiword-plugins/receipt	Mon Apr 16 09:37:49 2018 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="abiword-plugins"
     1.5  VERSION="2.8.6"
     1.6  CATEGORY="office"
     1.7 -SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikidepia, etc)."
     1.8 +SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikipedia, etc)."
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  WANTED="abiword"
     2.1 --- a/elilo/receipt	Tue Apr 10 13:11:07 2018 +0200
     2.2 +++ b/elilo/receipt	Mon Apr 16 09:37:49 2018 +0200
     2.3 @@ -16,17 +16,19 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	mkdir -p $install/usr/share $install/usr/lib $install/usr/sbin
     2.8 +	mkdir -p $install/boot/efi/boot $install/usr/sbin
     2.9  	cp -a docs $install/usr/share/doc
    2.10  	cp README* $install/usr/share/doc
    2.11 +	rm -rf $install/usr/share/doc/CVS
    2.12  	sed -i 's|uname -m|echo i686|' Make.defaults
    2.13  	make -j1 &&
    2.14 -	cp elilo.efi $install/usr/lib/elilo &&
    2.15 +	cp elilo.efi $install/boot/efi/boot/elilo &&
    2.16  	cp tools/eliloalt $install/usr/sbin
    2.17  }
    2.18  
    2.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.20  genpkg_rules()
    2.21  {
    2.22 -	cp -a $install/usr $fs
    2.23 +	cp -a $install/usr/sbin $fs/usr
    2.24 +	cp -a $install/boot $fs
    2.25  }
     3.1 --- a/linux-module-headers/receipt	Tue Apr 10 13:11:07 2018 +0200
     3.2 +++ b/linux-module-headers/receipt	Mon Apr 16 09:37:49 2018 +0200
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Header files and scripts for building modules for linux kernel."
     3.5  MAINTAINER="devel@slitaz.org"
     3.6  LICENSE="GPL2"
     3.7 -DEPENDS="slitaz-toolchain"
     3.8 +DEPENDS="slitaz-toolchain uclibc-cross-compiler-x86_64 xz"
     3.9  WANTED="linux"
    3.10  WEB_SITE="http://kernel.org/"
    3.11  KVERSION=$VERSION-slitaz