Renamed "Radio" to "StreamRadio"

with added patch doing the renaming in About banner and code.
This commit is contained in:
Humdinger
2017-08-27 19:12:15 +02:00
parent 4ffff464e3
commit 6ca94d9118
2 changed files with 4378 additions and 7 deletions

View File

@@ -0,0 +1,50 @@
SUMMARY="Find and listen to internet radio stations"
DESCRIPTION="'StreamRadio' helps you find and listen to internet radio \
streams."
HOMEPAGE="https://github.com/fishpond-haiku/Haiku-Radio"
LICENSE="MIT"
COPYRIGHT="2017 Kai Niessen"
REVISION="1"
srcGitRev="26f3bbda29da165c849d246038af98e17270249c"
SOURCE_URI="https://github.com/fishpond-haiku/Haiku-Radio/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="05a015706082618e7282db537852aa697b949cb1a34f698733d0b69131938d3b"
SOURCE_DIR="Haiku-Radio-$srcGitRev"
PATCHES="streamradio-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
streamradio = $portVersion
app:StreamRadio = $portVersion
"
REQUIRES="
haiku
lib:libxml2
"
BUILD_REQUIRES="
haiku_devel
devel:libxml2
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"
USER_SETTINGS_FILES="
settings/StreamRadio.settings
"
BUILD()
{
mkdir -p dist
make $jobArgs
}
INSTALL()
{
mkdir -p $appsDir
mv ./dist/StreamRadio $appsDir
addAppDeskbarSymlink $appsDir/StreamRadio
}