From e1f5fcc5ce1b53723b04211cd2efb13cefeb0fc6 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 1 Jan 2015 00:48:59 -0800 Subject: [PATCH] Remove aplayer-4.0.1 - It's the old bep format - It fails lint - There is a new recipe available --- haiku-apps/aplayer/aplayer-4.0.1.recipe | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 haiku-apps/aplayer/aplayer-4.0.1.recipe diff --git a/haiku-apps/aplayer/aplayer-4.0.1.recipe b/haiku-apps/aplayer/aplayer-4.0.1.recipe deleted file mode 100644 index 632910dbf..000000000 --- a/haiku-apps/aplayer/aplayer-4.0.1.recipe +++ /dev/null @@ -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 - "