mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Remove aplayer-4.0.1
- It's the old bep format - It fails lint - There is a new recipe available
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
DESCRIPTION="
|
||||
APlayer is a module player and can play a lot of different music file formats, \
|
||||
from Amiga and elsewhere.
|
||||
"
|
||||
HOMEPAGE="http://pulkomandy.tk/projects/APlayer"
|
||||
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="Artistic Licence"
|
||||
COPYRIGHT="1994-2002 Polycode
|
||||
2011-2012 Adrien Destugues
|
||||
"
|
||||
Reference in New Issue
Block a user