contrib/sjeng/Pkgfile
2006-11-13 21:12:21 +01:00

19 lines
440 B
Plaintext

# Description: Chess-engine that can also play bughouse and crazyhouse
# URL: http://sjeng.org/indexold.html
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on:
name=sjeng
version=11.2
release=1
source="http://sjeng.org/ftp/Sjeng-Free-$version.tar.gz"
build() {
cd Sjeng-Free-$version
./configure \
--prefix=/usr
make
make install DESTDIR=$PKG
}