wok rev 14658

linux64-kvm: no 64 bits lguest
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 05 21:10:28 2013 +0200 (2013-06-05)
parents ad59999b3fce
children 6e4fd414ca76
files linux-netfilter/receipt linux64-kvm/receipt linux64-netfilter/receipt syslinux-extra/receipt syslinux-modules/receipt syslinux-tools/receipt syslinux/receipt
line diff
     1.1 --- a/linux-netfilter/receipt	Wed Jun 05 16:21:04 2013 +0200
     1.2 +++ b/linux-netfilter/receipt	Wed Jun 05 21:10:28 2013 +0200
     1.3 @@ -27,7 +27,7 @@
     1.4      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
     1.5          cp -a $_pkg/$path/$module $fs/$dir
     1.6      done
     1.7 -    rm -r $fs/$path/net/ipv6
     1.8 +    rm -rf $fs/$path/net/ipv6 2> /dev/null
     1.9  
    1.10      for i in $(cat $wanted_stuff/modules.list); do
    1.11          if [ -f $fs/$path/$i ]; then
     2.1 --- a/linux64-kvm/receipt	Wed Jun 05 16:21:04 2013 +0200
     2.2 +++ b/linux64-kvm/receipt	Wed Jun 05 21:10:28 2013 +0200
     2.3 @@ -21,7 +21,7 @@
     2.4      mkdir -p $fs/$path
     2.5      export src
     2.6      export _pkg
     2.7 -    $wanted_stuff/list_modules.sh arch/x86/kvm drivers/virtio drivers/lguest \
     2.8 +    $wanted_stuff/list_modules.sh arch/x86/kvm drivers/virtio \
     2.9      drivers/char/hw_random/virtio-rng.ko.xz \
    2.10      drivers/net/virtio_net.ko.xz drivers/block/virtio_blk.ko.xz | \
    2.11      while read module; do
     3.1 --- a/linux64-netfilter/receipt	Wed Jun 05 16:21:04 2013 +0200
     3.2 +++ b/linux64-netfilter/receipt	Wed Jun 05 21:10:28 2013 +0200
     3.3 @@ -29,7 +29,7 @@
     3.4      	[ -d $fs/$dir ] || mkdir -p $fs/$dir
     3.5          cp -a $_pkg/$path/$module $fs/$dir
     3.6      done
     3.7 -    rm -r $fs/$path/net/ipv6
     3.8 +    rm -rf $fs/$path/net/ipv6 2> /dev/null
     3.9  
    3.10      for i in $(cat $wanted_stuff/modules.list); do
    3.11          if [ -f $fs/$path/$i ]; then
     4.1 --- a/syslinux-extra/receipt	Wed Jun 05 16:21:04 2013 +0200
     4.2 +++ b/syslinux-extra/receipt	Wed Jun 05 21:10:28 2013 +0200
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="system-tools"
     4.5  SHORT_DESC="MBR/FAT/EXT3/PXE bootloader files"
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 +LICENSE="GPL2"
     4.8  WANTED="syslinux"
     4.9  WEB_SITE="http://syslinux.zytor.com/"
    4.10  
     5.1 --- a/syslinux-modules/receipt	Wed Jun 05 16:21:04 2013 +0200
     5.2 +++ b/syslinux-modules/receipt	Wed Jun 05 21:10:28 2013 +0200
     5.3 @@ -5,6 +5,7 @@
     5.4  CATEGORY="system-tools"
     5.5  SHORT_DESC="modules for syslinux"
     5.6  MAINTAINER="pankso@slitaz.org"
     5.7 +LICENSE="GPL2"
     5.8  WANTED="syslinux"
     5.9  WEB_SITE="http://syslinux.zytor.com/"
    5.10  BUILD_DEPENDS="lzma"
     6.1 --- a/syslinux-tools/receipt	Wed Jun 05 16:21:04 2013 +0200
     6.2 +++ b/syslinux-tools/receipt	Wed Jun 05 21:10:28 2013 +0200
     6.3 @@ -5,6 +5,7 @@
     6.4  CATEGORY="system-tools"
     6.5  SHORT_DESC="Misc perl tools"
     6.6  MAINTAINER="pascal.bellard@slitaz.org"
     6.7 +LICENSE="GPL2"
     6.8  WANTED="syslinux"
     6.9  WEB_SITE="http://syslinux.zytor.com/"
    6.10  DEPENDS="perl"
     7.1 --- a/syslinux/receipt	Wed Jun 05 16:21:04 2013 +0200
     7.2 +++ b/syslinux/receipt	Wed Jun 05 21:10:28 2013 +0200
     7.3 @@ -5,6 +5,7 @@
     7.4  CATEGORY="base-system"
     7.5  SHORT_DESC="LiveCD ISO bootloader (isolinux)"
     7.6  MAINTAINER="pankso@slitaz.org"
     7.7 +LICENSE="GPL2"
     7.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
     7.9  WEB_SITE="http://syslinux.zytor.com/"
    7.10  WGET_URL="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/$TARBALL"