# HG changeset patch # User Pascal Bellard # Date 1597912201 0 # Node ID 6a0aae17c69a8bc053694f6d2b41967ab4ed9777 # Parent 5f5bea2af6b645c419a0f459e2411fed5eff2b48 plop: update url diff -r 5f5bea2af6b6 -r 6a0aae17c69a linux/receipt --- a/linux/receipt Tue Jul 28 06:28:54 2020 +0000 +++ b/linux/receipt Thu Aug 20 08:30:01 2020 +0000 @@ -15,9 +15,10 @@ AUTO_SELECTION="always" DEPENDS="" -BUILD_DEPENDS="slitaz-toolchain perl git lzma wget gcc2 upx" -BUILD_SUGGESTED="advancecomp zopfli" +BUILD_DEPENDS="slitaz-toolchain perl git lzma wget gcc2" +BUILD_SUGGESTED="advancecomp" INSTALL_DEPENDS="lz4 grep" +INSTALL_SUGGESTED="upx" case "$TARGET" in i486) SUGGESTED="memtest ipxe plop";; # bundle may install a boot menu @@ -44,11 +45,9 @@ echo 'obj-y += kstrdup.o' >> mm/Makefile sed -i 's|3.1024|11*256|' arch/i386/boot/compressed/misc.c sed -i 's/O_CREAT/&|O_TRUNC/' init/initramfs.c - which advdef 2> /dev/null && ! which upx 2> /dev/null && + which advdef 2> /dev/null && sed -i 's|gzip)|&\n advdef -z4 $@|' \ usr/Makefile arch/i386/boot/compressed/Makefile - false && which zopfli 2> /dev/null && - sed -i 's|gzip -f -9 <|time zopfli --i100 -c|' scripts/Makefile.lib mkdir $src/slitaz cp $stuff/list_modules.sh $src/slitaz @@ -72,10 +71,6 @@ cp $stuff/bundle . sh ./bundle S2bin cmdline - - which upx 2> /dev/null && - cp arch/i386/boot/bzImage arch/i386/boot/bzImage.noupx && - upx --ultra-brute arch/i386/boot/bzImage } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -96,5 +91,7 @@ { [ -s $1/boot/cmdline ] && cat $1/boot/cmdline | sed 's/^ *//' | \ dd of=$1/boot/bzImage conv=notrunc bs=1 seek=768 count=3072 + which upx 2> /dev/null && + upx --ultra-brute $1/boot/bzImage $1/boot/pack $1/boot/bzImage } diff -r 5f5bea2af6b6 -r 6a0aae17c69a plop/receipt --- a/plop/receipt Tue Jul 28 06:28:54 2020 +0000 +++ b/plop/receipt Thu Aug 20 08:30:01 2020 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" WEB_SITE="https://www.plop.at/en/bootmanagers.html" -TARBALL="$PACKAGE-$VERSION.zip" +TARBALL="plpbt-$VERSION.zip" WGET_URL="https://download.plop.at/files/bootmngr/$TARBALL" TARGET="i486"