diff options
author | Mario Preksavec <mario at slackware dot hr> | 2013-11-04 21:33:04 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-04 21:33:04 -0600 |
commit | c1e2151736724888d0bb188cb37757c1f15cc02a (patch) | |
tree | 53fda142fd79027de234f18c3d7c89235a3ecc22 /system/xen/xen.SlackBuild | |
parent | 69dba3a692011b55275c60ef4a6aa37d428344f1 (diff) | |
download | slackbuilds-c1e2151736724888d0bb188cb37757c1f15cc02a.tar.gz |
system/xen: Updated for version 4.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index 665b79eaf4..aaa7622719 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xen -# Copyright 2010-2013, mario <mario@slackverse.org> +# Copyright 2010-2013 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xen -VERSION=${VERSION:-4.3.0} +VERSION=${VERSION:-4.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,11 @@ patch -p1 <$CWD/patches/remove_obsolete_udev_rules.diff patch -p1 <$CWD/patches/use_already_present_ipxe.diff cp -a $CWD/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz \ tools/firmware/etherboot/_ipxe.tar.gz -cp -a $CWD/{lwip,zlib,newlib,pciutils,grub}-*.tar.?z* stubdom +patch -p1 <$CWD/patches/use_already_present_seabios.diff +tar -xf $CWD/seabios-git-3a28511b46f0c2af5fae1b6ed2b0c19d7913cee3.tar.gz \ + -C tools/firmware +cp -a $CWD/{lwip,zlib,newlib,pciutils,grub,gmp,tpm_emulator}-*.tar.?z* \ + $CWD/polarssl-*.tgz stubdom ./configure \ --prefix=/usr \ |