mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Reformat 10 recipes
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
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."
|
||||
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"
|
||||
SOURCE_URI="svn://pulkomandy.tk/APlayer/trunk"
|
||||
REVISION="2"
|
||||
COPYRIGHT="1994-2002 Polycode
|
||||
2011-2012 Adrien Destugues"
|
||||
LICENSE="Artistic"
|
||||
COPYRIGHT="
|
||||
1994-2002 Polycode
|
||||
2011-2012 Adrien Destugues
|
||||
"
|
||||
REVISION="2"
|
||||
SOURCE_URI="svn://pulkomandy.tk/APlayer/trunk"
|
||||
SOURCE_DIR="trunk"
|
||||
PATCHES="aplayer.patch
|
||||
aplayer_2.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
@@ -17,25 +19,21 @@ PROVIDES="
|
||||
app:APlayer = $portVersion
|
||||
lib:PolyKit = $portVersion
|
||||
lib:APlayerKit = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user