opt/foobillard/Pkgfile
2006-10-18 16:51:45 +00:00

17 lines
333 B
Plaintext

# 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
}