Merged in TimothyGu/haikuports/lint (pull request #412)

Fix several lint tests
This commit is contained in:
Kacper Kasper
2015-01-02 21:56:20 +01:00
11 changed files with 306 additions and 295 deletions

View File

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