1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: mol
Section: contrib/otherosfs
Priority: optional
Maintainer: Jens Schmalzing <jensen@debian.org>
Build-Depends: debhelper (>> 2.0.0), docbook-to-man, binutils-dev, libc6-dev, xlibs-dev, libesd0-dev
Standards-Version: 3.2.1
Package: mol
Architecture: powerpc
Depends: debianutils (>= 1.7), mol-modules, ${shlibs:Depends}
Description: The Mac-on-Linux emulator
.
Mac-on-Linux is basically an emulator capable of running
MacOS on most Debian/PowerPC machines. However, several
things are not emulated -- in particular, the processor
runs natively, which makes Mac-on-Linux very fast. The
main drawback is the need for special support code in the
kernel.
.
This package contains everything except the kernel modules.
Package: mol-modules-source
Architecture: powerpc
Depends: gcc, libc6-dev, make
Recommends: debhelper, kernel-package, m4
Suggests: kernel-headers | kernel-source
Description: The Mac-on-Linux emulator - source for kernel modules
.
Mac-on-Linux is basically an emulator capable of running
MacOS on most Debian/PowerPC machines. However, several
things are not emulated -- in particular, the processor
runs natively, which makes Mac-on-Linux very fast. The
main drawback is the need for special support code in the
kernel.
.
This package contains the source code for the kernel
modules `mol' and `sheep_net'. In order to build these
modules, you need the header files for your kernel.
Probably the easiest way of obtaining them is to install
the appropriate kernel-headers or kernel-source package.
|