trackballs stable port information

Package: trackballs
Version: 1.1.4
Revision: 1004
GCC: 4.0
Maintainer: Matthias Neeracher
BuildDepends: sdl (>= 1.2.9-1001), sdl-image, sdl-mixer (>= 1.2.6-1012), sdl-ttf, guile18, guile18-dev, autoconf2.6, automake1.11, fink (>= 0.24.12-1), libgettext8-dev
Depends: sdl-shlibs (>= 1.2.9-1001), sdl-image-shlibs, sdl-mixer-shlibs (>= 1.2.6-1012), sdl-ttf-shlibs, guile18-shlibs, passwd-games, libgettext8-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 84e2e8bb68842a636da91673751279a0
PatchFile: %n.patch
PatchFile-MD5: 6f5d0474e43e0726e91479a34bc6b78b
SetCPPFLAGS: -I/usr/X11R6/include
SetLDFLAGS: -L/usr/X11R6/lib -lz -framework OpenGL -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
ConfigureParams: --mandir='$(prefix)/share/man' --disable-sdltest
CompileScript: <<
aclocal
automake
GUILE=%p/bin/guile-1.8 GUILE_CONFIG=%p/bin/guile-1.8-config ./configure %c
make
<<
DocFiles: AUTHORS COPYING NEWS README TODO
PostInstScript: <<
chgrp games %p/share/trackballs/highScores
chgrp -R games %p/share/trackballs/levels
chmod -R g+r %p/share/trackballs/levels
<<
Description: Marble Madness Clone
DescDetail: <<
Trackballs is a simple game similar to the classical game Marble
Madness on the Amiga in the 80's. By steering a marble ball through a
labyrinth filled with vicious hammers, pools of acid and other
obstacles the player collects points. When the ball reaches the
destination it continues to the next, more difficult track - unless
the time runs out.
<<
Homepage: http://trackballs.sourceforge.net
License: GPL


trackballs stable port .patch

diff -ru trackballs-1.1.4-orig/share/Makefile.am trackballs-1.1.4/share/Makefile.am
--- trackballs-1.1.4-orig/share/Makefile.am 2007-11-24 21:08:34.000000000 +0100
+++ trackballs-1.1.4/share/Makefile.am 2012-01-27 13:12:03.000000000 -0500
@@ -4,6 +4,5 @@
EXTRA_DIST = $(pkgdata_DATA) trackballs.6

install-pkgdataDATA:
- -install -D -m664 -g games highScores $(DESTDIR)@with_highscores@
- -chgrp -R games $(DESTDIR)$(pkgdatadir)/levels
- chmod -R g+r $(DESTDIR)$(pkgdatadir)/levels
+ mkdir -p $(DESTDIR)$(pkgdatadir)
+ install -m664 highScores $(DESTDIR)@with_highscores@
diff -ru trackballs-1.1.4-orig/src/Makefile.am trackballs-1.1.4/src/Makefile.am
--- trackballs-1.1.4-orig/src/Makefile.am 2007-11-24 21:08:34.000000000 +0100
+++ trackballs-1.1.4/src/Makefile.am 2007-11-24 21:40:36.000000000 +0100
@@ -30,7 +30,7 @@

EXTRA_trackballs_SOURCES = trackballsIcon.rc

-trackballs_LDADD = @WINRESOURCES@
+trackballs_LDADD = @WINRESOURCES@ $(LTLIBINTL)
trackballs_DEPENDENCIES = @WINRESOURCES@

trackballsIcon.o : trackballsIcon.rc trackballsIcon.ico
diff -ru trackballs-1.1.4-orig/src/Makefile.in trackballs-1.1.4/src/Makefile.in
--- trackballs-1.1.4-orig/src/Makefile.in 2007-11-24 21:08:34.000000000 +0100
+++ trackballs-1.1.4/src/Makefile.in 2007-11-24 21:12:24.000000000 +0100
@@ -316,7 +316,7 @@
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
trackballs$(EXEEXT): $(trackballs_OBJECTS) $(trackballs_DEPENDENCIES)
@rm -f trackballs$(EXEEXT)
- $(trackballs_LINK) $(trackballs_OBJECTS) $(trackballs_LDADD) $(LIBS)
+ $(trackballs_LINK) $(trackballs_OBJECTS) $(trackballs_LDADD) $(LIBS) $(LTLIBINTL)

mostlyclean-compile:
-rm -f *.$(OBJEXT)

trackballs _unstable_ port .patch