0
0
Fork 0
haikuports/haiku-apps/aplayer/aplayer-4.0_svn.recipe

55 lines
1.2 KiB
Bash
Raw Permalink Normal View History

SUMMARY="A player for Amiga modules and other formats"
2015-12-26 10:44:26 +00:00
DESCRIPTION="APlayer is a module player and can play a lot of different \
music file formats, from Amiga and elsewhere."
2016-03-28 11:19:17 +00:00
HOMEPAGE="https://github.com/pulkomandy/APlayer"
2015-12-26 10:44:26 +00:00
COPYRIGHT="1994-2002 Polycode
2019-02-09 11:42:01 +00:00
2011-2017 Adrien Destugues"
2013-12-04 00:39:11 +00:00
LICENSE="Artistic"
REVISION="5"
2019-02-09 11:42:01 +00:00
srcGitRev="6a9ce3d3950d929d3a071431ca08c38cc84b1587"
SOURCE_URI="https://github.com/pulkomandy/APlayer/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="e0ec74ca68da5e1931dc29a75bbcf8cdfc60fdd2e1977b79ecef9ff842db212d"
SOURCE_DIR="APlayer-$srcGitRev"
2013-12-04 00:39:11 +00:00
ARCHITECTURES="?all x86_gcc2 !x86"
2019-02-09 11:42:01 +00:00
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
2013-12-04 00:39:11 +00:00
PROVIDES="
aplayer$secondaryArchSuffix = $portVersion
2014-10-28 21:25:03 +00:00
app:APlayer = $portVersion
2013-12-04 00:39:11 +00:00
lib:APlayerKit = $portVersion
2018-08-09 09:26:07 +00:00
lib:PolyKit = $portVersion
2015-12-26 10:44:26 +00:00
"
2013-12-04 00:39:11 +00:00
REQUIRES="
haiku$secondaryArchSuffix
2016-03-28 11:19:17 +00:00
lib:libgme$secondaryArchSuffix
lib:libsanta$secondaryArchSuffix
2015-12-26 10:44:26 +00:00
"
2013-12-04 00:39:11 +00:00
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
2016-03-28 11:19:17 +00:00
devel:libgme$secondaryArchSuffix
2019-02-09 11:42:01 +00:00
devel:libsanta$secondaryArchSuffix
2015-12-26 10:44:26 +00:00
"
2013-12-04 00:39:11 +00:00
BUILD_PREREQUIRES="
2019-02-09 11:42:01 +00:00
makefile_engine
2013-12-04 00:39:11 +00:00
cmd:g++$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:nasm
2015-12-26 10:44:26 +00:00
"
2013-12-04 00:39:11 +00:00
BUILD()
{
make
}
INSTALL()
{
2019-02-09 11:42:01 +00:00
mkdir -p $appsDir/APlayer
2019-02-09 11:42:01 +00:00
cp -r dist/* $appsDir/APlayer
2019-02-09 11:42:01 +00:00
addAppDeskbarSymlink $appsDir/APlayer/APlayer
2013-12-04 00:39:11 +00:00
}