abinfo "Calibrating postinst, prerm ..."
sed -e "s|\@VER\@|$PKGVER|g" \
    -i "$SRCDIR"/autobuild/postinst \
    -i "$SRCDIR"/autobuild/prerm

abinfo "Installing daemon ..."
make DESTDIR="$PKGDIR" daemon_install

abinfo "Installing python library ..."
make DESTDIR="$PKGDIR" python_library_install

abinfo "Installing dkms file ..."
make DESTDIR="$PKGDIR" setup_dkms udev_install
