mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Add untested .bep for Oricutron.
This commit is contained in:
20
app-emulation/oricutron/oricutron-0.9-svn.bep
Normal file
20
app-emulation/oricutron/oricutron-0.9-svn.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
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"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND="media-libs/libsdl >= 1.2.10"
|
||||
#CHECKSUM_MD5=""
|
||||
|
||||
BUILD {
|
||||
cd trunk
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd trunk
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2009-2012 Peter Gordon"
|
||||
LICENSE="GNU GPL v2"
|
||||
Reference in New Issue
Block a user