commit b85952f27f2a428da63b8ec048c3eb9a7c4426df Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:11:59 2006 +0000 foobillard: moved to attic diff --git a/foobillard/.footprint b/foobillard/.footprint deleted file mode 100644 index 902332b..0000000 --- a/foobillard/.footprint +++ /dev/null @@ -1,37 +0,0 @@ -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 deleted file mode 100644 index 0ddde7f..0000000 --- a/foobillard/.md5sum +++ /dev/null @@ -1 +0,0 @@ -c2d92edeaaf8bfb18aa26f1c79931b7d foobillard-3.0a.tar.gz diff --git a/foobillard/Pkgfile b/foobillard/Pkgfile deleted file mode 100644 index f8188ad..0000000 --- a/foobillard/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: OpenGL billard game for linux. -# URL: http://foobillard.sunsite.dk/ -# Maintainer: -# Depends on: libpng, libsdl, freetype - -name=foobillard -version=3.0a -release=1 -source=(http://foobillard.sunsite.dk/dnl/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}