From 9552d1fcc2c040601cbd8ca7566f3efaea8518ad Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 20 Apr 2015 19:24:33 +0000 Subject: [PATCH] sortsave-1.1.recipe edited online with Bitbucket --- haiku-apps/sortsave/sortsave-1.1.recipe | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/haiku-apps/sortsave/sortsave-1.1.recipe b/haiku-apps/sortsave/sortsave-1.1.recipe index c9c5b2f8a..e0c486cdd 100644 --- a/haiku-apps/sortsave/sortsave-1.1.recipe +++ b/haiku-apps/sortsave/sortsave-1.1.recipe @@ -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/ - }