UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

cdemu-daemon

CDEmu daemon is the userspace daemon part of the cdemu suite.

Package info

Codename: cdemu-daemon
Source file: cdemu-daemon-3.2.6.tar.xz
Source directory: cdemu-daemon-3.2.6
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/c/cdemu-daemon-3.2.6.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/c/cdemu-daemon-3.2.6.tar.xz.md5sum
Dependances: libao, vhba-module, libmirage.
Dependance of: cdemu-client, gcdemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build

cmake -DCMAKE_INSTALL_PREFIX=/usr -DSYSTEM_BUS_SERVICE=1 -DCMAKE_BUILD_TYPE=Release ..

Build script:
cd build
make 

Install script:
cd build
make install

install -v -m644 ../service-example/cdemu-daemon.service /usr/lib/systemd/user/
install -v -m644 ../service-example/net.sf.cdemu.CDEmuDaemon.service /usr/share/dbus-1/services/

systemctl daemon-reload

cat > /etc/udev/rules.d/69-vhba.rules << "EOF"

KERNEL=="vhba_ctl", SUBSYSTEM=="misc", MODE="0660", GROUP="cdrom"

EOF