From d9ce240817cf3dcdcaf0ba2a7eb5356ce684ce48 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Mon, 10 Dec 2018 13:02:34 +0000 Subject: [PATCH] SIDPlayer: new recipe. (#3459) --- haiku-apps/sidplayer/sidplayer-4.4.recipe | 47 +++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 haiku-apps/sidplayer/sidplayer-4.4.recipe diff --git a/haiku-apps/sidplayer/sidplayer-4.4.recipe b/haiku-apps/sidplayer/sidplayer-4.4.recipe new file mode 100644 index 000000000..fc56a25ff --- /dev/null +++ b/haiku-apps/sidplayer/sidplayer-4.4.recipe @@ -0,0 +1,47 @@ +SUMMARY="A replayer program for C64 music (SID tunes) for Haiku and Unix" +DESCRIPTION="SIDPlayer is a replayer program for C64 music (SID tunes) for BeOS \ +and Unix. You can think of it as being a stripped-down C64 emulator that only \ +emulates the processor and the sound chip of the C64. \ +SIDPlayer can be used as a stand-alone player or, under Haiku, as a plug-in \ +for CL-Amp and SoundPlay." +HOMEPAGE="http://sidplayer.cebix.net/" +COPYRIGHT="2003 Christian Bauer" +LICENSE="GNU GPL v1" +REVISION="1" +SOURCE_URI="http://sidplayer.cebix.net/downloads/SIDPlayer-4.4.tar.gz" +CHECKSUM_SHA256="fd1f73047abeb8234f850975786c805262678e77013835a8e621dcfd237624d7" +SOURCE_DIR="SIDPlayer-$portVersion" + +ARCHITECTURES="x86_gcc2 !x86 !x86_64" + +PROVIDES=" + sidplayer = $portVersion + cmd:sidplayer = $portVersion + " +REQUIRES=" + haiku + lib:libsdl + " + +BUILD_REQUIRES=" + haiku_devel + devel:libsdl + " +BUILD_PREREQUIRES=" + cmd:gcc + cmd:make + cmd:autoreconf + cmd:aclocal + " + +BUILD() +{ + autoreconf -vfi + runConfigure ./configure + make +} + +INSTALL() +{ + make install +}