Mercurial > hg > pub > prymula > com
comparison immposiblerush/Makefile.aur @ 7:bb29f1c89c99
immposiblerush-0.230919-0_PKG
author | prymula <prymula76@outlook.com> |
---|---|
date | Thu, 01 Feb 2024 21:49:30 +0100 |
parents | |
children | 923377f8ebcb |
comparison
equal
deleted
inserted
replaced
6:542e305f23f4 | 7:bb29f1c89c99 |
---|---|
1 # with destiny for AUR | |
2 #prefix=/usr | |
3 prefix=$DESTDIR | |
4 all: | |
5 ant compile | |
6 ant jar | |
7 | |
8 clean: | |
9 ant clean | |
10 | |
11 install: build/jar/ImmposibleRush.jar | |
12 mkdir -pm 0755 $(prefix)/usr/games | |
13 mkdir -pm 0755 $(prefix)/usr/share/immposiblerush | |
14 mkdir -pm 0755 $(prefix)/usr/share/applications | |
15 install -m 0644 build/jar/ImmposibleRush.jar $(prefix)/usr/games | |
16 install -m 0644 res/immposiblerush.png $(prefix)/usr/share/immposiblerush | |
17 install -m 0644 ImmposibleRush.desktop $(prefix)/usr/share/applications | |
18 | |
19 .PHONY: install |