annotate immposiblerush/Makefile.aur @ 16:8fa14e28f099

flappyufo-spec fix
author Przemyslaw <prymula76@outlook.com>
date Sat, 24 Feb 2024 17:25:30 +0100
parents 923377f8ebcb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
1 # with destiny for AUR
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
2 #prefix=/usr
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
3 all:
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
4 ant compile
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
5 ant jar
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
6
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
7 clean:
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
8 ant clean
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
9
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
10 install: build/jar/ImmposibleRush.jar
8
923377f8ebcb immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents: 7
diff changeset
11 mkdir -pm 0755 $(DESTDIR)/usr/games
923377f8ebcb immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents: 7
diff changeset
12 mkdir -pm 0755 $(DESTDIR)/usr/share/immposiblerush
923377f8ebcb immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents: 7
diff changeset
13 mkdir -pm 0755 $(DESTDIR)/usr/share/applications
923377f8ebcb immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents: 7
diff changeset
14 install -m 0644 build/jar/ImmposibleRush.jar $(DESTDIR)/usr/games
923377f8ebcb immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents: 7
diff changeset
15 install -m 0644 res/immposiblerush.png $(DESTDIR)/usr/share/immposiblerush
923377f8ebcb immposiblerush-0.230919-0_ALLDISTRIBUTIONS
prymula <prymula76@outlook.com>
parents: 7
diff changeset
16 install -m 0644 ImmposibleRush.desktop $(DESTDIR)/usr/share/applications
7
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
17
bb29f1c89c99 immposiblerush-0.230919-0_PKG
prymula <prymula76@outlook.com>
parents:
diff changeset
18 .PHONY: install