mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
22 lines
476 B
Plaintext
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"
|
|
|