opt/foobillard/Pkgfile
2006-02-23 15:26:10 +00:00

17 lines
381 B
Plaintext

# Description: OpenGL billard game for linux.
# URL: http://foobillard.sunsite.dk/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# 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
}