Initial bep for aplayer, from GCI2012 student Harsh Vardhan.

Marked as broken since it fails deep into make, so will probably require some patching.
This commit is contained in:
Scott McCreary
2013-01-10 21:56:16 +00:00
parent d9b4e486f3
commit d041131003

View File

@@ -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"