wok-6.x diff kexec-tools/receipt @ rev 20100
Up slitaz-tools (1024)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 07 23:08:11 2017 +0200 (2017-10-07) |
parents | 17e313b5b9c1 |
children | 543e0fa614bc |
line diff
1.1 --- a/kexec-tools/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/kexec-tools/receipt Sat Oct 07 23:08:11 2017 +0200 1.3 @@ -7,17 +7,16 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.7 -WEB_SITE="ftp://ftp.kernel.org/pub/linux/utils/kernel/kexec/" 1.8 +WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/kexec/" 1.9 WGET_URL="${WEB_SITE}$TARBALL" 1.10 HOST_ARCH="i486 arm x86_64" 1.11 1.12 DEPENDS="zlib" 1.13 -BUILD_DEPENDS="zlib-dev liblzma-dev" 1.14 +BUILD_DEPENDS="wget zlib-dev liblzma-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - cd $src 1.20 export LDFLAGS="$LDFLAGS -lpthread" 1.21 case "$ARCH" in 1.22 i?86) 1.23 @@ -45,4 +44,3 @@ 1.24 cp -a $install/usr $fs 1.25 rm -rf $fs/usr/share 1.26 } 1.27 -