UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ 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.7.tar.xz
Source directory: cdemu-daemon-3.2.7
Package URL: cdemu-daemon-3.2.7.tar.xz
Package md5-checksum URL: cdemu-daemon-3.2.7.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