mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
SUMMARY="Puri is a 2D and 3D chess game"
|
||||
DESCRIPTION="
|
||||
Puri is a 2D and 3D chess game. You can play against a computer, or play \
|
||||
online against other people.
|
||||
"
|
||||
SUMMARY="A 2D and 3D chess game"
|
||||
DESCRIPTION="Puri is a 2D and 3D chess game. You can play against a computer, or play \
|
||||
online against other people."
|
||||
HOMEPAGE="https://gitorious.org/puri-master-of-chess/puri/"
|
||||
COPYRIGHT="2010-2012 Haiku Inc."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gitorious.org/puri-master-of-chess/puri/archive/59b5db4b337fc432b64a7d099f7b7e0fc8ece3c7.tar.gz"
|
||||
CHECKSUM_SHA256="9635f5af5c154855dfe6a1496caa3373dcabc4fe875039cd0f05c438576e83cd"
|
||||
SOURCE_DIR="puri-master-of-chess-puri"
|
||||
SOURCE_FILENAME="puri-$portVersion.tar.gz"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2010-2012 Haiku Inc."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
@@ -43,8 +43,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:ranlib$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="puri-master-of-chess-puri"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
jam
|
||||
|
||||
Reference in New Issue
Block a user