From fd3d82d8f6f818567e6f299e410c302fa10e4452 Mon Sep 17 00:00:00 2001 From: Jim Date: Sat, 6 Dec 2014 13:44:14 -0800 Subject: [PATCH] Update recipe to use tar.gz file. --- haiku-apps/sortsave/sortsave-1.0.recipe | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/haiku-apps/sortsave/sortsave-1.0.recipe b/haiku-apps/sortsave/sortsave-1.0.recipe index fac5b256b..68fa57e09 100644 --- a/haiku-apps/sortsave/sortsave-1.0.recipe +++ b/haiku-apps/sortsave/sortsave-1.0.recipe @@ -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() {