Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
6713dbaae9
3 changed files with 69 additions and 2 deletions
  1. +33
    -0
      package/daja77/qemu/config.in
  2. +27
    -0
      package/daja77/qemu/qemu.conf
  3. +9
    -2
      package/daja77/qemu/qemu.desc

+ 33
- 0
package/daja77/qemu/config.in

@ -0,0 +1,33 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# 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/daja77/qemu/config.in
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if pkgcheck qemu X
then
menu_begin MENU_PKG_QEMU 'qemu package options'
comment 'Please note that the accelerator module is not GPLed.'
comment 'Permission was given by Fabrice Bellard to distribute it with ROCK Linux.'
comment 'If you plan to give away the distribution you build using ROCK Linux,'
comment 'you have to ask Fabrice Bellard for authorisation.'
bool 'Build the accelerator kernel module (kqemu)' \
ROCKCFG_PKG_QEMU_KQEMU 0
menu_end
fi

+ 27
- 0
package/daja77/qemu/qemu.conf

@ -0,0 +1,27 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# 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/daja77/qemu/qemu.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
srctar="qemu-$ver.tar.bz2"
if [ "$ROCKCFG_PKG_QEMU_KQEMU" = 1 ] ; then
hook_add preconf 3 "tar $taropt $archdir/kqemu-$kqemuver.tar.bz2"
splitreg 10 accelerator lib/modules
fi

+ 9
- 2
package/daja77/qemu/qemu.desc

@ -25,6 +25,11 @@
[T] QEMU is a FAST! processor emulator using dynamic translation to achieve good
[T] emulation speed.
[T] Please note: Although the qemu is GPL, the acellerator module is not.
[T] Redistribution of the acellerator module was granted for ROCK-Linux as of
[T] 05/25/2005, provided it is free of charge. If you create a distribution
[T] for sale, please contact the author about terms of license for the
[T] acellerator, or disable building it.
[U] http://fabrice.bellard.free.fr/qemu/
@ -35,7 +40,9 @@
[L] GPL
[S] Stable
[V] 0.7.2
[V] 0.8.0
[P] X -?---5---9 208.800
[D] 2558155953 qemu-0.7.2.tar.gz http://fabrice.bellard.free.fr/qemu/
[D] 3936583336 qemu-0.8.0.tar.gz http://fabrice.bellard.free.fr/qemu/
[D] 3329474894 kqemu-0.7.2.tar.gz http://fabrice.bellard.free.fr/qemu/
[O] kqemuver=0.7.2

Loading…
Cancel
Save