wok rev 14234
linux: update wget_url, use ftp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 22 09:04:12 2013 +0100 (2013-03-22) |
parents | 9125bfb60ae2 |
children | 0aa7dfc08807 |
files | linux/receipt notecase/receipt |
line diff
1.1 --- a/linux/receipt Fri Mar 22 08:48:17 2013 +0100 1.2 +++ b/linux/receipt Fri Mar 22 09:04:12 2013 +0100 1.3 @@ -8,15 +8,15 @@ 1.4 MAINTAINER="devel@slitaz.org" 1.5 TARBALL="$PACKAGE-$KBASEVER.tar.xz" 1.6 WEB_SITE="http://www.kernel.org/" 1.7 -WGET_URL="https://www.kernel.org/pub/linux/kernel/v3.0/$TARBALL" 1.8 +WGET_URL="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/$TARBALL" 1.9 HOST_ARCH="i486 arm x86_64" 1.10 1.11 DEPENDS="kmod" 1.12 -BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch uclibc-cross-compiler-x86_64 wget" 1.13 +BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch uclibc-cross-compiler-x86_64" 1.14 1.15 # Use version patch so we dont dl full kernel source on each minor update 1.16 [ "$KBASEVER" != "$VERSION" ] && \ 1.17 - PATCH="http://www.kernel.org/pub/linux/kernel/v3.0/patch-$VERSION.xz" 1.18 + PATCH="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-$VERSION.xz" 1.19 1.20 # Aufs enable chroot 1.21 AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 1.22 @@ -47,7 +47,7 @@ 1.23 1.24 if [ "$KBASEVER" != "$VERSION" ]; then 1.25 [ -s $SRC/$(basename $PATCH) ] || 1.26 - wget --no-check-certificate $PATCH -O $SRC/$(basename $PATCH) 1.27 + wget $PATCH -O $SRC/$(basename $PATCH) 1.28 xzcat $SRC/$(basename $PATCH) | patch -Np1 1.29 touch done.patch-$VERSION 1.30 fi 1.31 @@ -56,7 +56,7 @@ 1.32 arm) 1.33 echo "Compiling: ARM Kernel" 1.34 if [ ! -s $SRC/$(basename $PATCH) ]; then 1.35 - wget --no-check-certificate $PATCH -O $SRC/$(basename $PATCH) 1.36 + wget $PATCH -O $SRC/$(basename $PATCH) 1.37 fi 1.38 make mrproper 1.39 # Buggy: we got kernel panic about module not tinted 3.2.14
2.1 --- a/notecase/receipt Fri Mar 22 08:48:17 2013 +0100 2.2 +++ b/notecase/receipt Fri Mar 22 09:04:12 2013 +0100 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Hierarchical note manager (aka. outliner)." 2.5 MAINTAINER="cooltaz@fastmail.fm" 2.6 DEPENDS="gtk+ xorg-libXdamage gcc-lib-base" 2.7 -BUILD_DEPENDS="gtk+-dev pixman-dev" 2.8 +BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev" 2.9 TARBALL="$PACKAGE-${VERSION}_src.tar.gz" 2.10 WEB_SITE="http://notecase.sourceforge.net/" 2.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"