You are not logged in.

#1 2004-10-26 17:46:57

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

[New:Game]Gtkballs

Gtkballs is a logic game, and feels like a (very random) derivative of tetris. It has support for various themes, and the pictures are not limited to balls alone.
PKGBUILD -->

#Contributor Ravi Desai <ravster3@hotmail.com>
pkgname=gtkballs
pkgver=3.1.4
pkgrel=1
pkgdesc="GtkBalls is a simple but awesome logic game"
url="http://gtkballs.antex.ru"
license="GPL"
depends=(x-server gtk2)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(ftp://ftp.antex.ru/pub/unix/dfo/gtkballs/$pkgname-$pkgver.tar.gz)
md5sums=('f25b4ffeb268a698bab8c8b86d6f8568')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Have fun.

Offline

Board footer

Powered by FluxBB