You are not logged in.
# Contributor: Lukas Sabota <punkrockguy318@comcast.net>
pkgname=pente
pkgver=2.2.5
pkgrel=1
pkgdesc="A five in a row game that can be played with X, curses, or text."
url="http://www.igoweb.org/~wms/comp/pente/"
license=""
depends=(xfree86 ncurses)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.igoweb.org/~wms/comp/pente/$pkgname-$pkgver.tar.gz)
md5sums=('af1d851f1e2e0b41c52ea2772fbd5cc0')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
mkdir -p $startdir/pkg/usr/bin/
mkdir -p $startdir/pkg/usr/man/man6/
cp pente-i686-Linux $startdir/pkg/usr/bin/pente
cp man6/pente.6 $startdir/pkg/usr/man/man6/pente.6
}
Pente is a five in a row type game. This game is very addicting! Have fun!
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