forked from ports/contrib
foobillard: update broken url and source
This commit is contained in:
parent
e07b45ecca
commit
cbe4fa2ac5
@ -1,5 +1,5 @@
|
||||
# Description: OpenGL billard game.
|
||||
# URL: http://foobillard.sunsite.dk/
|
||||
# URL: http://foobillard.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Daniel Walpole, daniel at walpole dot id dot au
|
||||
# Depends on: libpng libsdl freetype xorg-libxaw xorg-libxi
|
||||
@ -7,14 +7,13 @@
|
||||
name=foobillard
|
||||
version=3.0a
|
||||
release=2
|
||||
source=(http://foobillard.sunsite.dk/dnl/foobillard-$version.tar.gz \
|
||||
source=(http://downloads.sourceforge.net/project/$name/FooBillard-Sources/$name-$version.tar.gz
|
||||
foobillard-ttf-$version.patch)
|
||||
|
||||
build() {
|
||||
cd foobillard-$version
|
||||
cd $name-$version
|
||||
patch -p 1 -i ../foobillard-ttf-$version.patch
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user