diff --git a/haiku-apps/aplayer/aplayer-4.0_svn.recipe b/haiku-apps/aplayer/aplayer-4.0_svn.recipe index 795e6d1a6..dda56215a 100644 --- a/haiku-apps/aplayer/aplayer-4.0_svn.recipe +++ b/haiku-apps/aplayer/aplayer-4.0_svn.recipe @@ -1,11 +1,8 @@ -SUMMARY="A module player that can play a lot of music file formats" -DESCRIPTION=" -APlayer is a module player and can play a lot of different music file formats, \ -from Amiga and elsewhere. -" +SUMMARY="A player for Amiga modules and other formats" +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" +REVISION="2" LICENSE="Artistic" COPYRIGHT=" 1994-2002 Polycode @@ -48,13 +45,14 @@ BUILD() INSTALL() { - mkdir -p $appsDir - mkdir -p $libDir - mkdir -p $addOnsDir + aplayerDir=$appsDir/APlayer + mkdir -p $aplayerDir $aplayerDir/add-ons $aplayerDir/Documentation $aplayerDir/lib - cp APlayer/bin/BeOS_/APlayer $appsDir/APlayer - cp APlayer/bin/BeOS_/lib/APlayerKit.so $libDir - cp -r APlayer/bin/BeOS_/add-ons/* $addOnsDir - cp PolyKit/bin/BeOS/PolyKit.so $libDir - addAppDeskbarSymlink $appsDir/APlayer + cp APlayer/bin/BeOS_/APlayer $aplayerDir + cp -r Documentation/* $aplayerDir/Documentation + cp -r APlayer/bin/BeOS_/add-ons/* $aplayerDir/add-ons + cp APlayer/bin/BeOS_/lib/APlayerKit.so $aplayerDir/lib + cp PolyKit/bin/BeOS/PolyKit.so $aplayerDir/lib + + addAppDeskbarSymlink $aplayerDir/APlayer }