Added 'weather'.

This commit is contained in:
George White
2014-12-03 17:23:11 +00:00
parent 7df9dec9c3
commit f64a52f48e

View 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
}