mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
update sort-save recipe
This commit is contained in:
53
haiku-apps/sortsave/sortsave-1.1.recipe
Normal file
53
haiku-apps/sortsave/sortsave-1.1.recipe
Normal file
@@ -0,0 +1,53 @@
|
||||
SUMMARY="sort-save 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."
|
||||
HOMEPAGE="https://github.com/bbjimmy/Sort-Save"
|
||||
SRC_URI="https://github.com/bbjimmy/Sort-Save/archive/1.1.tar.gz"
|
||||
CHECKSUM_SHA256="cf86c6e650d6313d496a7dce49ebd99377d2b94d6835257881664a30a39ecac6"
|
||||
|
||||
LICENSE="SortSave"
|
||||
COPYRIGHT="2013-2015 Jim Saxton, Fat Elk Software"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
sortsave = $portVersion
|
||||
app:sortsave = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:unzip
|
||||
makefile_engine
|
||||
"
|
||||
SOURCE_DIR=Sort-Save-1.1
|
||||
|
||||
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/
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user