64
65
66
67
68
69
70
71
72
73
74
75
76
77
78 | # test .deb contents
check:
dpkg-deb -c streamtuner2*deb
dpkg-deb -I streamtuner2*deb
rpm -qpil *rpm
upload:
scp *.{deb,rpm,exe,pyz,arch,txz} io:st2/
# manual installation
install:
mkdir -p $(DEST)/channels
mkdir -p /usr/share/doc/streamtuner2/help/img
install -m 755 bin /usr/bin/streamtuner2
$(INST) *py -t $(DEST) |
|
| 64
65
66
67
68
69
70
71
72
73
74
75
76
77
78 | # test .deb contents
check:
dpkg-deb -c streamtuner2*deb
dpkg-deb -I streamtuner2*deb
rpm -qpil *rpm
upload:
scp *.{deb,rpm,exe,pyz,arch.txz,txz} io:st2/
# manual installation
install:
mkdir -p $(DEST)/channels
mkdir -p /usr/share/doc/streamtuner2/help/img
install -m 755 bin /usr/bin/streamtuner2
$(INST) *py -t $(DEST) |