annotate verysimpleslideshow/Makefile.aur @ 7:d202f30cd362

verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
author prymula <prymula76@outlook.com>
date Sat, 03 Feb 2024 19:06:00 +0100
parents 709bdcd2937b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
1
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
2 all:
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
3
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
4 install:
7
d202f30cd362 verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents: 6
diff changeset
5 mkdir -pm 0755 $(DESTDIR)/usr/bin
d202f30cd362 verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents: 6
diff changeset
6 install -m 0755 verysimpleslideshow.py $(DESTDIR)/usr/bin
d202f30cd362 verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents: 6
diff changeset
7 #ln -s $(DESTDIR)/usr/bin/verysimpleslideshow.py $(DESTDIR)usr//bin/vsss
2
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
8
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
9
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
10 uninstall:
7
d202f30cd362 verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents: 6
diff changeset
11 rm $(DESTDIR)/usr/bin/vsss
d202f30cd362 verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents: 6
diff changeset
12 rm $(DESTDIR)/usr/bin/verysimpleslideshow.py
2
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
13
7
d202f30cd362 verysimpleslideshow-0.230913-0_ALLDISTRIBUTION
prymula <prymula76@outlook.com>
parents: 6
diff changeset
14 #.PHONY: all install
2
4bdac9bd90cc vsss-0.230913-0.1_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
15 .PHONY: all install uninstall