mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
streamradio: bump to version 0.0.5-1 (#5042)
This commit is contained in:
51
haiku-apps/streamradio/streamradio-0.0.5_1.recipe
Normal file
51
haiku-apps/streamradio/streamradio-0.0.5_1.recipe
Normal file
@@ -0,0 +1,51 @@
|
||||
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"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
srcGitRev="19c2deb15332d9b7d5d107cd6eb708762f121980"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/StreamRadio/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="5e0102eac89e88325741e98ffd9212b7710d1ec4898bb3b01ac5ab5d3b2101f1"
|
||||
SOURCE_DIR="StreamRadio-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="
|
||||
settings/StreamRadio.settings
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
streamradio = $portVersion
|
||||
app:StreamRadio = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libxml2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libxml2
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p dist
|
||||
make $jobArgs
|
||||
make bindcatalogs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
mv ./dist/StreamRadio $appsDir
|
||||
|
||||
addAppDeskbarSymlink $appsDir/StreamRadio
|
||||
}
|
||||
Reference in New Issue
Block a user