From ca89ea615403d87502189945c08db9512d390721 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 Apr 2021 18:39:41 +0430 Subject: [PATCH] Updating the .deb link --- Makefile | 18 +++++++----------- README.md | 10 ++++++---- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 0ccbce5..f2e1002 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,11 @@ # -*- Makefile -*- -ifndef CFLAGS - CFLAGS= -O3 -lncurses -Wno-unused-result - #-O3 --std=c99 -lcurses -DNO_MOUSE for NetBSD curses - #adding --std=c99 makes warnings in GNU, and the blame is upon glibc feature test macros. my code is correct. -endif -ifndef GAMES_DIR - GAMES_DIR=/usr/games -endif -ifndef SCORES_DIR - SCORES_DIR=/usr/games -endif +CFLAGS= -O3 -lncurses -Wno-unused-result +#-O3 --std=c99 -lcurses -DNO_MOUSE for NetBSD curses +#adding --std=c99 makes warnings in GNU, and the blame is upon glibc feature test macros. my code is correct. + +GAMES_DIR=/usr/games +SCORES_DIR=/usr/games + all: jewels sudoku mines reversi checkers battleship rabbithole sos pipes fifteen memoblocks fisher muncher miketron redsquare darrt snakeduel scorefiles: touch $(SCORES_DIR)/pp_scores diff --git a/README.md b/README.md index 41834fa..06f2ac8 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,15 @@ Like this: sudo make install # or use the binaries already compiled ``` ## Packages -Also, If you are on a debian-based OS on a 64-bit PC you can download the deb package and simply install it with dpkg or apt. -the deb package(old): https://github.com/abakh/nbsdgames/releases/download/v2.0/nbsdgames_amd64.deb +Also, If you are on a debian-based OS (Ubuntu, Mint) on a 64-bit PC you can download the deb package and simply install it with dpkg or apt. +the deb package: https://sid.ethz.ch/debian/nbsdgames/nbsdgames_4.0-1_amd64.deb +Thanks to Gürkan Myczko for packaging. -It's available on AUR thanks to Elias Riedel Gårding: https://aur.archlinux.org/packages/nbsdgames-git/ +It's available on Arch (AUR) thanks to Elias Riedel Gårding: https://aur.archlinux.org/packages/nbsdgames-git/ (The commands start with nb to avoid name conflict) -It's been made available for openSUSE thanks to Zinjanthropus: https://build.opensuse.org/package/show/home:Zinjanthropus/nbsdgames +It's been made available for rpm distros thanks to Zinjanthropus: https://build.opensuse.org/package/show/home:Zinjanthropus/nbsdgames + ## How do these look like Linux+xterm+tmux ![Screenshot from 4 games in tmux](https://raw.githubusercontent.com/abakh/nbsdgames/master/screenshot.png)