# HG changeset patch # User Pascal Bellard # Date 1523864269 -7200 # Node ID a8c772fc1eb1c2120d425879f686fc441cf8bc37 # Parent fdcd42043927b6bbcd571341d765ffa57b77f0c5 linux-module-headers: update deps for x86_64 target diff -r fdcd42043927 -r a8c772fc1eb1 abiword-plugins/receipt --- a/abiword-plugins/receipt Tue Apr 10 13:11:07 2018 +0200 +++ b/abiword-plugins/receipt Mon Apr 16 09:37:49 2018 +0200 @@ -3,7 +3,7 @@ PACKAGE="abiword-plugins" VERSION="2.8.6" CATEGORY="office" -SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikidepia, etc)." +SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikipedia, etc)." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WANTED="abiword" diff -r fdcd42043927 -r a8c772fc1eb1 elilo/receipt --- a/elilo/receipt Tue Apr 10 13:11:07 2018 +0200 +++ b/elilo/receipt Mon Apr 16 09:37:49 2018 +0200 @@ -16,17 +16,19 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p $install/usr/share $install/usr/lib $install/usr/sbin + mkdir -p $install/boot/efi/boot $install/usr/sbin cp -a docs $install/usr/share/doc cp README* $install/usr/share/doc + rm -rf $install/usr/share/doc/CVS sed -i 's|uname -m|echo i686|' Make.defaults make -j1 && - cp elilo.efi $install/usr/lib/elilo && + cp elilo.efi $install/boot/efi/boot/elilo && cp tools/eliloalt $install/usr/sbin } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/boot $fs } diff -r fdcd42043927 -r a8c772fc1eb1 linux-module-headers/receipt --- a/linux-module-headers/receipt Tue Apr 10 13:11:07 2018 +0200 +++ b/linux-module-headers/receipt Mon Apr 16 09:37:49 2018 +0200 @@ -6,7 +6,7 @@ SHORT_DESC="Header files and scripts for building modules for linux kernel." MAINTAINER="devel@slitaz.org" LICENSE="GPL2" -DEPENDS="slitaz-toolchain" +DEPENDS="slitaz-toolchain uclibc-cross-compiler-x86_64 xz" WANTED="linux" WEB_SITE="http://kernel.org/" KVERSION=$VERSION-slitaz