This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandaye-cam/rules

13 lines
325 B
Makefile
Executable File

#!/usr/bin/make -f
BUILD_DIR := 'debian/mandaye-cam'
%:
dh $@ --with python2
override_dh_install:
dh_install
mv $(BUILD_DIR)/usr/bin/server.py $(BUILD_DIR)/usr/lib/mandaye-cam/server.py
mv $(BUILD_DIR)/usr/bin/manager.py $(BUILD_DIR)/usr/lib/mandaye-cam/manager.py
cp -R cam/static $(BUILD_DIR)/usr/share/mandaye-cam