mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Added 'weather'.
This commit is contained in:
25
app-misc/weather/weather-0.0.1_git.recipe
Normal file
25
app-misc/weather/weather-0.0.1_git.recipe
Normal file
@@ -0,0 +1,25 @@
|
||||
SUMMARY="A simple weather application."
|
||||
DESCRIPTION="A small weather application built for GCI, currently only a GUI demonstration. Network capability should arrive by 0.1.1"
|
||||
HOMEPAGE="https://github.com/georgewhite5/HaikuWeather"
|
||||
SRC_URI="git+https://github.com/georgewhite5/HaikuWeather.git#e6cedb5de5b6913ff507a2eb359f757b6c41fd9b"
|
||||
ARCHITECTURES="?x86 ?x86_gcc2 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
REVISION="1"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
app:Weather = $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mv objects* /boot/system/apps/Weather
|
||||
}
|
||||
Reference in New Issue
Block a user