UmVirt LFS Package info

DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

cdemu-daemon

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

Package info

Template:
Codename: cdemu-daemon
Source file: cdemu-daemon-3.2.6.tar.xz
Source file size: 85976
Source file MD5-checkum: 21c8d2b4e8952999628ed755304b1b0f
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