mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Bump StreamRadio to v1.0.0
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
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"
|
||||
COPYRIGHT="2017 Kai Niessen"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/StreamRadio"
|
||||
COPYRIGHT="2017 Kai Niessen
|
||||
2018-2021 HaikuArchives team"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
srcGitRev="95e0b8689a665bf4713491425738cf052ab3d3ef"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/StreamRadio/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="5ed9132abe52b14ea36ff958ad6e776285f8d62bfd2592bd0d6a93e8adb48497"
|
||||
SOURCE_DIR="StreamRadio-$srcGitRev"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="58c5352e7949ff43490719227dd60ded4a20a665d61e55bd66256c90835fceb6"
|
||||
SOURCE_DIR="StreamRadio-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
@@ -15,6 +15,10 @@ USER_SETTINGS_FILES="
|
||||
settings/StreamRadio.settings
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/Stations
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
streamradio = $portVersion
|
||||
app:StreamRadio = $portVersion
|
||||
@@ -37,6 +41,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p dist
|
||||
cd source
|
||||
make $jobArgs
|
||||
make bindcatalogs
|
||||
}
|
||||
Reference in New Issue
Block a user