annotate verysimpleslideshow/Makefile.aur @ 11:c01d7edb9cb9

bing4desktop-0.240206-0
author prymula <prymula76@outlook.com>
date Tue, 06 Feb 2024 11:58:47 +0100
parents d202f30cd362
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