From 1b38ed7e8766604a2caf7eb5f7773afa0ff4ce26 Mon Sep 17 00:00:00 2001 From: Jim Date: Wed, 3 Dec 2014 09:05:19 -0800 Subject: [PATCH] add sort-save --- haiku-apps/sortsave/licenses/SortSave | 16 +++++++++ haiku-apps/sortsave/sortsave-1.0.recipe | 47 +++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 haiku-apps/sortsave/licenses/SortSave create mode 100644 haiku-apps/sortsave/sortsave-1.0.recipe diff --git a/haiku-apps/sortsave/licenses/SortSave b/haiku-apps/sortsave/licenses/SortSave new file mode 100644 index 000000000..4351f3797 --- /dev/null +++ b/haiku-apps/sortsave/licenses/SortSave @@ -0,0 +1,16 @@ +sort-save is copyright © 2013 Jim Saxton ... Fat Elk Software ᵗᵐ + + +sort-save license: + +Freeware: + +FAT ELK Software reserves the right to modify the program. Users are free to use, +copy or share this program without limitation. + + +Use at your own risk: + +THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE diff --git a/haiku-apps/sortsave/sortsave-1.0.recipe b/haiku-apps/sortsave/sortsave-1.0.recipe new file mode 100644 index 000000000..8c4e7e719 --- /dev/null +++ b/haiku-apps/sortsave/sortsave-1.0.recipe @@ -0,0 +1,47 @@ +SUMMARY="sort-save screensaver" +DESCRIPTION="Just like the Borg, bringing order to chaos. " + +HOMEPAGE="https://github.com/bbjimmy/Sort-Save" +SRC_URI="git+https://github.com/bbjimmy/Sort-Save.git" +LICENSE="SortSave" +COPYRIGHT="2013 Jim Saxton, Fat Elk Software" + +ARCHITECTURES="x86_gcc2 x86 ?x86_64" + +PROVIDES=" + sortsave = $portVersion + app:sortsave = $portVersion" + +REVISION="1" + +REQUIRES=" + haiku$secondaryArchSuffix >= $haikuVersion" + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel >= $haikuVersion" + +BUILD_PREREQUIRES=" + cmd:gcc$secondaryArchSuffix + cmd:make + makefile_engine" + +BUILD() +{ + make $jobArgs BUILDHOME=`finddir B_SYSTEM_DEVELOP_DIRECTORY` +} + +INSTALL() +{ + + mkdir -p $addOnsDir/Screen\ Savers + cd objects* + cp sort-save $addOnsDir/Screen\ Savers/sort-save + mkdir -p $dataDir/FatElk + cd .. + cd FatElk + unzip -o fatelk.zip + cp "FAT ELK" $dataDir/FatElk/ + cp "Fat Elk " $dataDir/FatElk/ + cd .. + +}