contrib/foobillard/Pkgfile

20 lines
551 B
Plaintext
Raw Normal View History

2007-05-13 13:20:02 +02:00
# Description: OpenGL billard game.
# URL: http://foobillard.sourceforge.net/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-05-13 13:20:02 +02:00
# Packager: Daniel Walpole, daniel at walpole dot id dot au
2017-11-01 13:35:12 +01:00
# Depends on: freetype libsdl xorg-libxaw xorg-libxi
2007-05-13 13:20:02 +02:00
name=foobillard
version=3.0a
release=2
source=(http://downloads.sourceforge.net/project/$name/FooBillard-Sources/$name-$version.tar.gz
foobillard-ttf-$version.patch)
2007-05-13 13:20:02 +02:00
build() {
cd $name-$version
patch -p 1 -i ../foobillard-ttf-$version.patch
2007-05-13 13:20:02 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}