[Lunar-commits]
CVS: moonbase/devel/dosemu BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Thu Apr 22 04:14:10 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/dosemu
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30307
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Added dosemu-1.2.1 to the moonbase. Rewrote the module submitted by
Benoit Valiron. Added a DEPENDS file. Combined the freedos binary required
by dosemu into the dosemu module. No need for a separate freedos module.
Corrected the ./configure params in the BUILD file. Compiled and tested
with gcc-3.3.3, kernel headers 2.4.x.
--- NEW FILE: BUILD ---
(
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-x \
--with-fdtarball=$SOURCE_CACHE/$SOURCE2 \
$OPTS &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends bison &&
depends flex
--- NEW FILE: DETAILS ---
MODULE=dosemu
VERSION=1.2.1
SOURCE=$MODULE-$VERSION.tgz
SOURCE2=$MODULE-freedos-b9r4-bin.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
SOURCE_VFY=md5:f152c391533bba0835f9d7d4d871f204
SOURCE2_URL[0]=$SFORGE_URL/$MODULE/$SOURCE2
SOURCE2_VFY=md5:df6205e513648152ca559b038bc76378
WEB_SITE=http://dosemu.org
ENTERED=20040421
UPDATED=20040421
SHORT="dosemu"
cat << EOF
DOSEMU stands for DOS Emulation, and is a linux application that enables the
Linux OS to run many DOS programs - including some DPMI apps. Bundled with a
binary version of FreeDOS. NOTE: this defaults to building the GUI xdosemu !!!
EOF
More information about the Lunar-commits
mailing list