Mercurial > hg > pub > prymula > scripts
comparison postagelabels/Makefile @ 4:15fcbb8857c3
postagelabels-0.220120-0_PKG
author | prymula <prymula76@outlook.com> |
---|---|
date | Thu, 01 Feb 2024 18:27:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:3989cc565d09 | 4:15fcbb8857c3 |
---|---|
1 | |
2 prefix=/usr | |
3 | |
4 install: | |
5 mkdir -pm 0755 $(prefix)/share/postagelabels | |
6 install -m 0755 postagelabels.py $(prefix)/bin | |
7 install -m 0644 png/postagelabels.png $(prefix)/share/postagelabels | |
8 install -m 0644 png/blank_small.png $(prefix)/share/postagelabels | |
9 install -m 0644 png/szablon.png $(prefix)/share/postagelabels | |
10 install -m 0644 postagelabels.desktop /usr/share/applications | |
11 | |
12 .PHONY: install | |
13 | |
14 uninstall: | |
15 rm $(prefix)/share/postagelabels/postagelabels.png | |
16 rm $(prefix)/share/postagelabels/blank_small.png | |
17 rm $(prefix)/share/postagelabels/szablon.png | |
18 rmdir $(prefix)/share/postagelabels/ | |
19 rm $(prefix)/bin/postagelabels.py | |
20 rm /usr/share/applications/postagelabels.desktop | |
21 | |
22 .PHONY: uninstall |