summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-11 10:07:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-11 10:07:58 +0000
commit3625bfe07d6e1f587fd251c7e3def6ff382abcfa (patch)
treecf26c6e5c4d8a129815d70e53fb69f14f521c743 /games-arcade/komi/files
parentStable on alpha. (diff)
downloadhistorical-3625bfe07d6e1f587fd251c7e3def6ff382abcfa.tar.gz
historical-3625bfe07d6e1f587fd251c7e3def6ff382abcfa.tar.bz2
historical-3625bfe07d6e1f587fd251c7e3def6ff382abcfa.zip
initial commit - ebuild based on the one provided by Allan Crossman via bug #56497
Diffstat (limited to 'games-arcade/komi/files')
-rw-r--r--games-arcade/komi/files/1.04-DESTDIR.patch36
-rw-r--r--games-arcade/komi/files/digest-komi-1.041
2 files changed, 37 insertions, 0 deletions
diff --git a/games-arcade/komi/files/1.04-DESTDIR.patch b/games-arcade/komi/files/1.04-DESTDIR.patch
new file mode 100644
index 000000000000..2573b01e5c91
--- /dev/null
+++ b/games-arcade/komi/files/1.04-DESTDIR.patch
@@ -0,0 +1,36 @@
+--- Makefile.orig 2004-12-11 01:36:11.000000000 -0800
++++ Makefile 2004-12-11 01:36:14.000000000 -0800
+@@ -13,9 +13,7 @@
+ MIXER=-lSDL_mixer
+ SDL_LIB=$(shell sdl-config --static-libs) $(MIXER)
+
+-CFLAGS=-Wall -pedantic -std=c99 -O2 \
+- $(shell sdl-config --cflags) \
+- -DDATAPATH=\"$(DATAPATH)\"
++CFLAGS= $(ECFLAGS) $(shell sdl-config --cflags) -DDATAPATH=\"$(DATAPATH)\"
+
+ all: komi
+
+@@ -24,15 +22,13 @@
+ -rm *.o
+
+ install:
+- install -d $(DATAPATH)
+- cp -R komidata/* $(DATAPATH)
+- chmod -R 644 $(DATAPATH)
+- chmod 755 $(DATAPATH)
+- install -d $(BINPATH)
+- cp komi $(BINPATH)
+- chmod 755 $(BINPATH)komi
+- install -d $(MANPATH)
+- cp komi.6 $(MANPATH)komi.6
++ install -d $(DESTDIR)$(DATAPATH)
++ cp -R komidata/* $(DESTDIR)$(DATAPATH)
++ chmod -R 644 $(DESTDIR)$(DATAPATH)
++ chmod 755 $(DESTDIR)$(DATAPATH)
++ install -d $(DESTDIR)$(BINPATH)
++ cp komi $(DESTDIR)$(BINPATH)
++ chmod 755 $(DESTDIR)$(BINPATH)/komi
+
+ komi: komi.o
+ $(CC) $(CFLAGS) komi.o -o komi $(SDL_LIB)
diff --git a/games-arcade/komi/files/digest-komi-1.04 b/games-arcade/komi/files/digest-komi-1.04
new file mode 100644
index 000000000000..784cb2d528a9
--- /dev/null
+++ b/games-arcade/komi/files/digest-komi-1.04
@@ -0,0 +1 @@
+MD5 d1ab0e5429f6aa16169cf989d144e39a komi-1.04.tar.gz 954526