You are not logged in.
Pages: 1
# Maintainer: Lukas Sabota <punkrockguy318@comcast.net>
# Contributor: Lukas Sabota <punkrockguy318@comcast.net>
pkgname=bastet
pkgver=0.41
pkgrel=s1
pkgdesc="Bastet is a simple ncurses-based Tetris(R) clone for Linux. Unlike normal Tetris(R), Bastet does not choose your next brick at random. Instead, Bastet uses a special algorithm designed to choose the worst brick possible."
url="http://fph.altervista.org/prog/bastet.shtml"
license=""
depends=('ncurses')
source=(http://fph.altervista.org/prog/$pkgname-$pkgver.tgz)
md5sums=('48379dc98916ba083e9be5544f552a06')
build() {
cd $startdir/src/$pkgname-$pkgver
make || return 1
install -g users -m755 -D bastet $startdir/pkg/usr/bin/bastet
mkdir -p $startdir/pkg/var/games/
touch $startdir/pkg/var/games/bastet.scores
chgrp users $startdir/pkg/var/games/bastet.scores
chmod g+rw $startdir/pkg/var/games/bastet.scores
}
It's now in staging... It's a pretty cool idea for a tetris game
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline
Pages: 1