sortsave-1.1.recipe edited online with Bitbucket

This commit is contained in:
Scott McCreary
2015-04-20 19:24:33 +00:00
parent 026286e939
commit 9552d1fcc2

View File

@@ -1,7 +1,7 @@
SUMMARY="SortSave screensaver"
DESCRIPTION="Just like the Borg, bringing order to chaos. SortSave is a re-creation of an \
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."
old program for the 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="https://github.com/bbjimmy/Sort-Save/archive/1.1.tar.gz"
CHECKSUM_SHA256="cf86c6e650d6313d496a7dce49ebd99377d2b94d6835257881664a30a39ecac6"
@@ -17,15 +17,12 @@ PROVIDES="
sortsave = $portVersion
app:sortsave = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
@@ -41,7 +38,6 @@ BUILD()
INSTALL()
{
mkdir -p $addOnsDir/Screen\ Savers
cd objects*
cp sort-save $addOnsDir/Screen\ Savers/SortSave
@@ -51,5 +47,4 @@ INSTALL()
unzip -o fatelk.zip
cp "FAT ELK" $dataDir/FatElk/
cp "Fat Elk " $dataDir/FatElk/
}