Update recipe to use tar.gz file.

This commit is contained in:
Jim
2014-12-06 13:44:14 -08:00
parent ae6676b70d
commit fd3d82d8f6

View File

@@ -3,17 +3,21 @@ DESCRIPTION="Just like the Borg, bringing order to chaos. SortSave is a re-creat
old program that I used for a screensaver on my old Tandy 1000 computer. \
The original was programmed in BASIC and compiled to run on MS Dos."
HOMEPAGE="https://github.com/bbjimmy/Sort-Save"
SRC_URI="git+https://github.com/bbjimmy/Sort-Save.git#1.0"
SRC_URI="https://github.com/bbjimmy/Sort-Save/archive/1.0.tar.gz"
CHECKSUM_SHA512="794b3d582667b627ea00654e28ede1a0fde59164cbda87bb05ca8ba8327b98bd4bd726dec013098101ce6ac69fc8b3a86311198829b4ba18f6a55528f6f83d8e"
SOURCE_DIR="Sort-Save-1.0"
LICENSE="SortSave"
COPYRIGHT="2013 Jim Saxton, Fat Elk Software"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
sortsave = $portVersion
app:sortsave = $portVersion"
REVISION="1"
app:sortsave = $portVersion
"
REQUIRES="
haiku >= $haikuVersion"
@@ -24,7 +28,8 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
makefile_engine"
makefile_engine
"
BUILD()
{