mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
SUMMARY="Oricutron is an emulator for the Oric series of computers."
|
|
DESCRIPTION="
|
|
Oricutron is an emulator for the Oric series of computers.
|
|
"
|
|
HOMEPAGE="http://code.google.com/p/oriculator/"
|
|
SRC_URI="svn+http://oriculator.googlecode.com/svn/trunk"
|
|
REVISION="1"
|
|
DEPEND="media-libs/libsdl >= 1.2.10"
|
|
#CHECKSUM_MD5=""
|
|
COPYRIGHT="2009-2012 Peter Gordon"
|
|
LICENSE="GNU GPL v2"
|
|
|
|
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
|
|
|
SOURCE_DIR="trunk"
|
|
|
|
PROVIDES="
|
|
oricutron = $portVersion
|
|
app:oricutron = $portVersion
|
|
cmd:oricutron = $portVersion
|
|
"
|
|
REQUIRES="
|
|
haiku
|
|
libsdl
|
|
"
|
|
BUILD_REQUIRES="
|
|
haiku_devel >= $haikuVersion
|
|
devel:libsdl_1.2 >= 0.10
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:make
|
|
cmd:gcc
|
|
cmd:sdl_config
|
|
"
|
|
#FIXME: Makefile uses svnversion to get the revision...
|
|
# subversion >= 1.6.18
|
|
# cmd:svnversion >= 1.6.18
|
|
|
|
BUILD()
|
|
{
|
|
make INSTALLDIR=$prefix/apps/Oricutron
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install INSTALLDIR=$prefix/apps/Oricutron
|
|
mimeset $prefix/apps/Oricutron/oricutron
|
|
addAppDeskbarSymlink $prefix/apps/Oricutron/oricutron Oricutron
|
|
}
|
|
|