This is an automated email from the git hooks/post-receive script. coringao-guest pushed a commit to branch master in repository runescape.
commit 5554a889664ea5d2ee87aca24d9853d95bbb99b4 Author: Carlos Donizete Froes <[email protected]> Date: Sun Jul 23 02:11:48 2017 -0300 Removed makefile --- makefile | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/makefile b/makefile deleted file mode 100644 index f15a0ae..0000000 --- a/makefile +++ /dev/null @@ -1,48 +0,0 @@ -PACKAGE = Runescape -VERSION = 0.1 -EXE = runescape - -SRCDIR = src -PREFIX = $(DESTDIR)/usr -GAMEDIR = $(PREFIX)/games -STARTUP = $(GAMEDIR)/$(EXE) -ICNDIR = $(PREFIX)/share/pixmaps -APPDIR = $(PREFIX)/share/applications - -SCRIPT = runescape.sh -ICON = runescape.xpm -DESKTOP = runescape.desktop - -CP = cp -r -RM = rm -r -MD = mkdir -p -ECHO = echo -CHMOD = chmod 755 -R - -all: - @$(CP) "$(SRCDIR)/$(SCRIPT)" "$(EXE)" - @$(CHMOD) "$(EXE)" - @$(ECHO) "Created executable script successfully" - -clean: - rm -f runescape - @$(ECHO) "Removed script executable successfully" - -install: all - @$(ECHO) "Copying executable script to directory $(GAMEDIR)" - @$(MD) "$(GAMEDIR)" - @$(CP) "$(EXE)" "$(GAMEDIR)" - @$(ECHO) "Copying files in application menu entry" - @$(MD) "$(ICNDIR)" - @$(CP) "$(SRCDIR)/$(ICON)" "$(ICNDIR)" - @$(MD) "$(APPDIR)" - @$(CP) "$(SRCDIR)/$(DESKTOP)" "$(APPDIR)" - @$(ECHO) "Installed the files successfully" - -uninstall: clean - @$(ECHO) "Removing files application menu entry" - @$(RM) "$(STARTUP)" - @$(RM) "$(ICNDIR)/$(ICON)" "$(APPDIR)/$(DESKTOP)" - @$(ECHO) "Successfully removed" - -.PHONY: all clean install uninstall -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/runescape.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

