summaryrefslogtreecommitdiff
path: root/foobillard
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-05-13 21:20:02 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-05-14 18:32:56 +1000
commitd09ce171b3c65cab1143bdc5bf6d1af7e5229ca4 (patch)
treee5ceadbd0d5166cf6968b2e54e466b503831702b /foobillard
parentfb9bf2112d224f9e0347797b4ba3d1a208e2aea8 (diff)
downloadcontrib-d09ce171b3c65cab1143bdc5bf6d1af7e5229ca4.tar.gz
contrib-d09ce171b3c65cab1143bdc5bf6d1af7e5229ca4.tar.xz
foobillard: moved from romsters repo
Diffstat (limited to 'foobillard')
-rw-r--r--foobillard/.footprint37
-rw-r--r--foobillard/.md5sum2
-rw-r--r--foobillard/Pkgfile20
-rw-r--r--foobillard/foobillard-ttf-3.0a.patch16
4 files changed, 75 insertions, 0 deletions
diff --git a/foobillard/.footprint b/foobillard/.footprint
new file mode 100644
index 000000000..902332b50
--- /dev/null
+++ b/foobillard/.footprint
@@ -0,0 +1,37 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/foobillard
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/foobillard/
+-rw-r--r-- root/root usr/share/foobillard/ball_ball.raw
+-rw-r--r-- root/root usr/share/foobillard/blende.png
+-rw-r--r-- root/root usr/share/foobillard/bluebold.ttf
+-rw-r--r-- root/root usr/share/foobillard/bumpref.png
+-rw-r--r-- root/root usr/share/foobillard/cloth.png
+-rw-r--r-- root/root usr/share/foobillard/cue_shadow.png
+-rw-r--r-- root/root usr/share/foobillard/foobillard.gif
+-rw-r--r-- root/root usr/share/foobillard/foobillard.png
+-rw-r--r-- root/root usr/share/foobillard/full_symbol.png
+-rw-r--r-- root/root usr/share/foobillard/fullhalf_symbol.png
+-rw-r--r-- root/root usr/share/foobillard/half_symbol.png
+-rw-r--r-- root/root usr/share/foobillard/iomanoid.ttf
+-rw-r--r-- root/root usr/share/foobillard/lightflare.png
+-rw-r--r-- root/root usr/share/foobillard/negx.png
+-rw-r--r-- root/root usr/share/foobillard/negy.png
+-rw-r--r-- root/root usr/share/foobillard/negz.png
+-rw-r--r-- root/root usr/share/foobillard/place_cue_ball.png
+-rw-r--r-- root/root usr/share/foobillard/posx.png
+-rw-r--r-- root/root usr/share/foobillard/posy.png
+-rw-r--r-- root/root usr/share/foobillard/posz.png
+-rw-r--r-- root/root usr/share/foobillard/queue.png
+-rw-r--r-- root/root usr/share/foobillard/queue_shadow.png
+-rw-r--r-- root/root usr/share/foobillard/shadow2.png
+-rw-r--r-- root/root usr/share/foobillard/shadow3.png
+-rw-r--r-- root/root usr/share/foobillard/shadow_alpha.png
+-rw-r--r-- root/root usr/share/foobillard/sphere_map_128x128.png
+-rw-r--r-- root/root usr/share/foobillard/sphere_map_128x128_light.png
+-rw-r--r-- root/root usr/share/foobillard/sphere_map_64x64.png
+-rw-r--r-- root/root usr/share/foobillard/table-frame.png
+-rw-r--r-- root/root usr/share/foobillard/tabletex_fB_128x128.png
+-rw-r--r-- root/root usr/share/foobillard/tabletex_fB_256x256.png
+-rw-r--r-- root/root usr/share/foobillard/youregon.ttf
diff --git a/foobillard/.md5sum b/foobillard/.md5sum
new file mode 100644
index 000000000..33821ce5d
--- /dev/null
+++ b/foobillard/.md5sum
@@ -0,0 +1,2 @@
+c2d92edeaaf8bfb18aa26f1c79931b7d foobillard-3.0a.tar.gz
+e3c3d49dff444ab0dbc9626b75e0f159 foobillard-ttf-3.0a.patch
diff --git a/foobillard/Pkgfile b/foobillard/Pkgfile
new file mode 100644
index 000000000..653b0b793
--- /dev/null
+++ b/foobillard/Pkgfile
@@ -0,0 +1,20 @@
+# Description: OpenGL billard game.
+# URL: http://foobillard.sunsite.dk/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: Daniel Walpole, daniel at walpole dot id dot au
+# Depends on: libpng libsdl freetype mesa3d
+
+name=foobillard
+version=3.0a
+release=2
+source=(http://foobillard.sunsite.dk/dnl/foobillard-$version.tar.gz \
+ foobillard-ttf-3.0a.patch)
+
+build() {
+ cd foobillard-$version
+ patch -p1 -i $SRC/foobillard-ttf-3.0a.patch
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
diff --git a/foobillard/foobillard-ttf-3.0a.patch b/foobillard/foobillard-ttf-3.0a.patch
new file mode 100644
index 000000000..f2cde6636
--- /dev/null
+++ b/foobillard/foobillard-ttf-3.0a.patch
@@ -0,0 +1,16 @@
+diff -Nru foobillard-3.0a-orig/src/options.h foobillard-3.0a/src/options.h
+--- foobillard-3.0a-orig/src/options.h 2003-11-27 05:32:54.000000000 +0200
++++ foobillard-3.0a/src/options.h 2007-05-07 23:37:43.000000000 +0300
+@@ -97,9 +97,9 @@
+ #define options_shared_data_path "/usr/local/shared/foobillard"
+
+ #define options_player_fontname "iomanoid.ttf"
+-#define options_help_fontname "youregon.ttf"
+-#define options_menu_fontname "youregon.ttf"
+-#define options_winner_fontname "youregon.ttf"
++#define options_help_fontname "bluebold.ttf"
++#define options_menu_fontname "bluebold.ttf"
++#define options_winner_fontname "bluebold.ttf"
+ #define options_ball_fontname "bluebold.ttf"
+ #define options_score_fontname "bluebold.ttf"
+ #define options_roster_fontname "bluebold.ttf"

Generated by cgit