Files
haikuports/haiku-apps/aplayer/aplayer-4.0.1.bep
Scott McCreary d041131003 Initial bep for aplayer, from GCI2012 student Harsh Vardhan.
Marked as broken since it fails deep into make, so will probably require some patching.
2013-01-10 21:56:16 +00:00

22 lines
476 B
Plaintext

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"