mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
BeSpider: use safe source
* doesn't build on x86_64
This commit is contained in:
@@ -1,21 +1,23 @@
|
||||
SUMMARY="A spider solitaire clone for Haiku"
|
||||
DESCRIPTION="
|
||||
Spider solitaire is a popular version of solitaire, where the goal \
|
||||
is to stack all the cards of a suit, from king to ace.
|
||||
DESCRIPTION="Spider solitaire is a popular version of solitaire, \
|
||||
where the goal is to stack all the cards of a suit, from king to ace.
|
||||
When you have stacked as many cards as you can, you can use a \
|
||||
stock to place a new card on top of every pile."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeSpider"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BeSpider/"
|
||||
COPYRIGHT="2013 Przemysław Buczkowski,
|
||||
2013 Luke (noryb009)"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git://github.com/HaikuArchives/BeSpider.git#2af10fba06839a79a96b7cde98fd7e10abce7ec9"
|
||||
REVISION="2"
|
||||
COMMIT="4fd4f1c4241865f6e6ebd30eaf8c1dd1eaa1ca77"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BeSpider/archive/$COMMIT.tar.gz"
|
||||
CHECKSUM_SHA256="8898712b2e75cb90970a26db899fb27fcf3d89d88edb9fc22bc7c54471a0583a"
|
||||
SOURCE_DIR="BeSpider-$COMMIT"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 !x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bespider = $portVersion
|
||||
app:bespider = $portVersion
|
||||
app:BeSpider = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
|
||||
Reference in New Issue
Block a user