Mercurial > hg > pub > prymula > com
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/immposiblerush/Makefile.aur Thu Feb 01 21:49:30 2024 +0100 @@ -0,0 +1,19 @@ +# with destiny for AUR +#prefix=/usr +prefix=$DESTDIR +all: + ant compile + ant jar + +clean: + ant clean + +install: build/jar/ImmposibleRush.jar + mkdir -pm 0755 $(prefix)/usr/games + mkdir -pm 0755 $(prefix)/usr/share/immposiblerush + mkdir -pm 0755 $(prefix)/usr/share/applications + install -m 0644 build/jar/ImmposibleRush.jar $(prefix)/usr/games + install -m 0644 res/immposiblerush.png $(prefix)/usr/share/immposiblerush + install -m 0644 ImmposibleRush.desktop $(prefix)/usr/share/applications + +.PHONY: install