mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
APlayer for SVN
This commit is contained in:
56
haiku-apps/aplayer/aplayer-4.0_svn.recipe
Normal file
56
haiku-apps/aplayer/aplayer-4.0_svn.recipe
Normal file
@@ -0,0 +1,56 @@
|
||||
SUMMARY="APlayer is a module player and can play a lot of different music file formats, from Amiga and elsewhere."
|
||||
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"
|
||||
LICENSE="Artistic"
|
||||
COPYRIGHT="1994-2002 Polycode 2011-2012 Adrien Destugues"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
PROVIDES="
|
||||
aplayer$secondaryArchSuffix = $portVersion
|
||||
app:aplayer$secondaryArchSuffix = $portVersion
|
||||
lib:PolyKit = $portVersion
|
||||
lib:APlayerKit = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:nasm$secondaryArchSuffix
|
||||
"
|
||||
SOURCE_DIR="trunk"
|
||||
|
||||
PATCHES="
|
||||
aplayer.patch
|
||||
aplayer_2.patch
|
||||
"
|
||||
BUILD()
|
||||
{
|
||||
cd Master
|
||||
make
|
||||
cd ..
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
mkdir -p $libDir
|
||||
mkdir -p $addOnsDir
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user