| 1 | DESCRIPTION="Puri is a 2D and 3D chess game. Playing online is also supported" |
|---|
| 2 | HOMEPAGE="http://haiku.bplaced.net/" |
|---|
| 3 | SRC_URI="http://haiku.bplaced.net/puri/sources/puri-0.3.9.1.zip" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | STATUS_HAIKU="stable" |
|---|
| 6 | DEPEND="" |
|---|
| 7 | #CHECKSUM_MD5="" |
|---|
| 8 | MESSAGE="This port only builds with gcc4." |
|---|
| 9 | BUILD { |
|---|
| 10 | cd puri-0.3.9.1 |
|---|
| 11 | jam |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | INSTALL { |
|---|
| 15 | puri=${DESTDIR}/`finddir B_APPS_DIRECTORY`/Puri |
|---|
| 16 | mkdir -p ${puri} |
|---|
| 17 | mkdir -p ${puri}/data/ |
|---|
| 18 | mkdir -p ${puri}/Engines/ |
|---|
| 19 | cd puri-0.3.9.1 |
|---|
| 20 | cp Puri ${puri} |
|---|
| 21 | cp -R ./data/* ${puri}/data |
|---|
| 22 | cp ./Engines/* ${puri}/Engines |
|---|
| 23 | chmod 755 ${puri}/Engines/stockfish |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | LICENSE="MIT" |
|---|
| 27 | COPYRIGHT="2010-2012 Haiku inc." |
|---|