foobillard: moved from romsters repo
This commit is contained in:
parent
fb9bf2112d
commit
d09ce171b3
37
foobillard/.footprint
Normal file
37
foobillard/.footprint
Normal file
@ -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
|
2
foobillard/.md5sum
Normal file
2
foobillard/.md5sum
Normal file
@ -0,0 +1,2 @@
|
||||
c2d92edeaaf8bfb18aa26f1c79931b7d foobillard-3.0a.tar.gz
|
||||
e3c3d49dff444ab0dbc9626b75e0f159 foobillard-ttf-3.0a.patch
|
20
foobillard/Pkgfile
Normal file
20
foobillard/Pkgfile
Normal file
@ -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
|
||||
}
|
||||
|
16
foobillard/foobillard-ttf-3.0a.patch
Normal file
16
foobillard/foobillard-ttf-3.0a.patch
Normal file
@ -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"
|
Loading…
x
Reference in New Issue
Block a user