Summary: Linux server sources running on OSF Mach 3.0 Kernel Name: mklinux-sources Version: 12.24.99 Release: 1 Copyright: distributable Group: Development/System Source: mklinux-2.0.38-pre9.tar.gz Buildroot: /var/tmp/mklinux-root %description Linux source files ported to run on top of the OSF's implementation of the Mach microkernel. Install this package if you wish to build your own version of the vmlinux server configured to meet the needs of your individual system. You will require the ode, osfmk and osfmk-tools packages to build an entire system from scratch. If you do not wish to rebuild the Mach Kernel you will only need the osfmk-tools and osfmk-export packages. %prep %build %install rm -rf $RPM_BUILD_ROOT install -d -o root -g root -m 755 $RPM_BUILD_ROOT/usr/src cd $RPM_BUILD_ROOT/usr/src tar zxf %{SOURCE0} cd mklinux/src install -d -m 755 -o root -g root $RPM_BUILD_ROOT/usr/doc/mklinux-2.0.38 for x in COPYING CREDITS MAINTAINERS README README.globegate; \ do \ install -m 644 -o root -g root $x $RPM_BUILD_ROOT/usr/doc/mklinux-2.0.38; \ done %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /usr/doc/mklinux-2.0.38 /usr/src/mklinux %changelog * Fri Dec 24 1999 Fred Bacon - Initial package. There is so much more to do. It would be nice to rebuild the system from sources, but for now we will simply install the source files for the system.