Browse Source

fake:

mips64emul: rename to gxemul
	update to 0.4.0.1

	Part 1 of 2



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7780 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
fake 20 years ago
parent
commit
69e2c9fd0f
3 changed files with 12 additions and 12 deletions
  1. +3
    -3
      package/fake/mips64-emul/gxemul.cache
  2. +4
    -4
      package/fake/mips64-emul/gxemul.conf
  3. +5
    -5
      package/fake/mips64-emul/gxemul.desc

package/fake/mips64-emul/mips64-emul.cache → package/fake/mips64-emul/gxemul.cache

@ -5,7 +5,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/fake/mips64-emul/mips64-emul.cache
[COPY] ROCK Linux: rock-src/package/fake/gxemul/gxemul.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
@ -26,7 +26,7 @@
[CONFIG-ID] TRUNK-x86-reference
[ROCKVER] TRUNK
[LOGS] 5-mips64-emul.log 9-mips64-emul.log
[LOGS] 5-gxemul.log 9-gxemul.log
[BUILDTIME] 3251 (5)
[BUILDTIME] 3361 (9)
@ -36,5 +36,5 @@
[DEP] gcc34:dev glibc23 glibc23:dev grep linux26-header:dev make mktemp
[DEP] rrdtool sed sysfiles tar xorg xorg:dev
[PROVIDES] mips64emul
[PROVIDES] gxemul

package/fake/mips64-emul/mips64-emul.conf → package/fake/mips64-emul/gxemul.conf

@ -5,7 +5,7 @@
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/fake/mips64-emul/mips64-emul.conf
# ROCK Linux: rock-src/package/fake/gxemul/gxemul.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
@ -20,8 +20,8 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
mips64emul_install() {
cp mips64emul $root/usr/bin
gxemul_install() {
cp gxemul $root/$prefix/bin
}
hook_add postmake 1 "mips64emul_install"
hook_add postmake 1 "gxemul_install"

package/fake/mips64-emul/mips64-emul.desc → package/fake/mips64-emul/gxemul.desc

@ -5,7 +5,7 @@
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/fake/mips64-emul/mips64-emul.desc
[COPY] ROCK Linux: rock-src/package/fake/gxemul/gxemul.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
@ -22,12 +22,12 @@
[I] A MIPS machine emulator
[T] The goals of mips64-emul are to emulate MIPS-like CPUs and enough
[T] The goals of gxemul are to emulate MIPS-like CPUs and enough
[T] surrounding hardware to fake real machines, capable of running real
[T] (unmodified) operating systems (such as NetBSD, Linux, FreeBSD, or
[T] OpenBSD), and to assist in experimenting with MIPS in general.
[U] http://gavare.se/mips64emul/
[U] http://gavare.se/gxemul/
[A] Anders Gavare <md1gavan@mdstud.chalmers.se>
[M] fake <fake@rapidnetworks.de>
@ -36,8 +36,8 @@
[L] OpenSource
[S] Stable
[V] 0.3
[V] 0.4.0.1
[P] X -?---5---9 224.400
[D] 2999326527 mips64emul-0.3.tar.gz http://gavare.se/gxemul/src/
[D] 1070842306 gxemul-0.4.0.1.tar.gz http://gavare.se/gxemul/src/

Loading…
Cancel
Save