mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
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:
21
haiku-apps/aplayer/aplayer-4.0.1.bep
Normal file
21
haiku-apps/aplayer/aplayer-4.0.1.bep
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user