From d041131003f9a94265e181b8ffb79f117bf8fdb9 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Thu, 10 Jan 2013 21:56:16 +0000 Subject: [PATCH] Initial bep for aplayer, from GCI2012 student Harsh Vardhan. Marked as broken since it fails deep into make, so will probably require some patching. --- haiku-apps/aplayer/aplayer-4.0.1.bep | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 haiku-apps/aplayer/aplayer-4.0.1.bep diff --git a/haiku-apps/aplayer/aplayer-4.0.1.bep b/haiku-apps/aplayer/aplayer-4.0.1.bep new file mode 100644 index 000000000..bc7283953 --- /dev/null +++ b/haiku-apps/aplayer/aplayer-4.0.1.bep @@ -0,0 +1,21 @@ +DESCRIPTION="APlayer is a module player and can play a lot of different module formats including MP3." +HOMEPAGE="http://www.polycode.dk/" +SRC_URI="svn://pulkomandy.tk/APlayer/trunk/" +REVISION="1" +STATUS_HAIKU="broken" +DEPEND="" + +BUILD { + cd aplayer-4.0.1/Master + make +} + +INSTALL { + mkdir -p ${DESTDIR}/`finddir B_APPS_DIRECTORY`/APlayer + cp -a APlayer ${DESTDIR}/`finddir B_APPS_DIRECTORY`/APlayer +} + +LICENSE="GNU GPL v2" +COPYRIGHT="1994-2002Polycode + 2011-2012 Pulkomandy" +