Update to 0.7.2
-Updates too numerous to mention -see changelog at http://fabrice.bellard.free.fr/qemu/changelog.html
This commit is contained in:
parent
2f53d683c7
commit
ef5a85c86c
3 changed files with 17 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2005/09/28 20:50:11 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2005/10/14 01:02:58 dhowland Exp $
|
||||
#
|
||||
|
||||
DISTNAME= qemu-0.6.1-i386
|
||||
PKGNAME= qemu-bin-0.6.1
|
||||
DISTNAME= qemu-0.7.2-i386
|
||||
PKGNAME= qemu-bin-0.7.2
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://fabrice.bellard.free.fr/qemu/
|
||||
|
||||
|
@ -32,5 +32,7 @@ do-install:
|
|||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/qemu
|
||||
${INSTALL_DATA} ${WRKSRC}/share/doc/qemu/*.html ${PREFIX}/share/doc/qemu
|
||||
${INSTALL_DATA} ${WRKSRC}/share/qemu/*.bin ${PREFIX}/share/qemu
|
||||
${INSTALL_DATA} ${WRKSRC}/share/qemu/*.elf ${PREFIX}/share/qemu
|
||||
${INSTALL_DATA} ${WRKSRC}/share/qemu/*.x ${PREFIX}/share/qemu
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,21 +1,24 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/02 01:24:56 dhowland Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2005/10/14 01:02:58 dhowland Exp $
|
||||
bin/qemu
|
||||
bin/qemu-arm
|
||||
bin/qemu-fast
|
||||
bin/qemu-i386
|
||||
bin/qemu-mkcow
|
||||
bin/qemu-img
|
||||
bin/qemu-ppc
|
||||
bin/qemu-sparc
|
||||
bin/qemu-system-mips
|
||||
bin/qemu-system-ppc
|
||||
bin/vmdk2raw
|
||||
bin/qemu-system-sparc
|
||||
bin/qemu-system-x86_64
|
||||
share/doc/qemu/qemu-doc.html
|
||||
share/doc/qemu/qemu-tech.html
|
||||
man/man1/qemu-mkcow.1
|
||||
man/man1/qemu-img.1
|
||||
man/man1/qemu.1
|
||||
share/qemu/bios.bin
|
||||
share/qemu/linux_boot.bin
|
||||
share/qemu/ppc_rom.bin
|
||||
share/qemu/proll.elf
|
||||
share/qemu/vgabios-cirrus.bin
|
||||
share/qemu/vgabios.bin
|
||||
share/qemu/video.x
|
||||
@dirrm share/doc/qemu
|
||||
@dirrm share/qemu
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/09/28 06:41:40 rillig Exp $
|
||||
$NetBSD: distinfo,v 1.4 2005/10/14 01:02:58 dhowland Exp $
|
||||
|
||||
SHA1 (qemu-0.6.1-i386.tar.gz) = 7ff61ee4605ee5b636be22257710bf20f1ff32ff
|
||||
RMD160 (qemu-0.6.1-i386.tar.gz) = 907659031b2dffc69123d0cdc1982c5780bffe8e
|
||||
Size (qemu-0.6.1-i386.tar.gz) = 4739785 bytes
|
||||
SHA1 (qemu-0.7.2-i386.tar.gz) = e63e8bae525bc27d5c2b05346fcd0564423b7a1d
|
||||
RMD160 (qemu-0.7.2-i386.tar.gz) = 310d0f12be8c33398b623985b6bf9441b3369076
|
||||
Size (qemu-0.7.2-i386.tar.gz) = 1993265 bytes
|
||||
|
|
Loading…
Reference in a new issue