opt/foobillard/Pkgfile

17 lines
381 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# 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
}