mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
oricutron: add recipe for release
It builds but doesn't start (can't find files) yet.
This commit is contained in:
46
app-emulation/oricutron/oricutron-1.2.1.recipe
Normal file
46
app-emulation/oricutron/oricutron-1.2.1.recipe
Normal file
@@ -0,0 +1,46 @@
|
||||
SUMMARY="An emulator for the Oric series of computers"
|
||||
DESCRIPTION="Oricutron is an emulator for the Oric series of computers."
|
||||
HOMEPAGE="https://github.com/pete-gordon/oricutron/"
|
||||
COPYRIGHT="2009-2012 Peter Gordon"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/pete-gordon/oricutron/archive/V1_2_1.tar.gz"
|
||||
CHECKSUM_SHA256="c4bf6570cf9571baec917ee1df8b5f44d5641c9334cc32af0472809a4cca4a7d"
|
||||
SOURCE_DIR="oricutron-1_2_1"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
oricutron = $portVersion
|
||||
app:oricutron = $portVersion
|
||||
cmd:oricutron = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libGL
|
||||
lib:libsdl
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libGL
|
||||
devel:libsdl
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:sdl_config
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make INSTALLDIR=$prefix/apps/Oricutron
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install INSTALLDIR=$prefix/apps/Oricutron
|
||||
mimeset $prefix/apps/Oricutron/oricutron
|
||||
mkdir $binDir
|
||||
ln -s $prefix/apps/Oricutron/oricutron $binDir/oricutron
|
||||
addAppDeskbarSymlink $prefix/apps/Oricutron/oricutron Oricutron
|
||||
}
|
||||
Reference in New Issue
Block a user