HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #596

Ticket #596: puri-0.3.9.1.bep

File puri-0.3.9.1.bep, 631 bytes (added by cipri, 3 years ago)
Line 
1DESCRIPTION="Puri is a 2D and 3D chess game. Playing online is also supported"
2HOMEPAGE="http://haiku.bplaced.net/"
3SRC_URI="http://haiku.bplaced.net/puri/sources/puri-0.3.9.1.zip"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7#CHECKSUM_MD5=""
8MESSAGE="This port only builds with gcc4."
9BUILD {
10        cd puri-0.3.9.1
11        jam
12}
13
14INSTALL {
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
26LICENSE="MIT"
27COPYRIGHT="2010-2012 Haiku inc."

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/