mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
@@ -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. \
|
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."
|
The original was programmed in BASIC and compiled to run on MS Dos."
|
||||||
HOMEPAGE="https://github.com/bbjimmy/Sort-Save"
|
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"
|
LICENSE="SortSave"
|
||||||
COPYRIGHT="2013 Jim Saxton, Fat Elk Software"
|
COPYRIGHT="2013 Jim Saxton, Fat Elk Software"
|
||||||
|
|
||||||
|
REVISION="1"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
sortsave = $portVersion
|
sortsave = $portVersion
|
||||||
app:sortsave = $portVersion"
|
app:sortsave = $portVersion
|
||||||
|
"
|
||||||
REVISION="1"
|
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku >= $haikuVersion"
|
haiku >= $haikuVersion"
|
||||||
@@ -24,7 +28,8 @@ BUILD_REQUIRES="
|
|||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc
|
cmd:gcc
|
||||||
cmd:make
|
cmd:make
|
||||||
makefile_engine"
|
makefile_engine
|
||||||
|
"
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user