Added the weather app.

This commit is contained in:
George White
2014-12-04 17:58:14 +00:00
parent 7e498f7fe5
commit b1b962b8e6

View File

@@ -1,14 +1,17 @@
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"
SRC_URI="git+https://github.com/georgewhite5/HaikuWeather.git#657ce8742cfcc84a604353a7107e08d15dff5663"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="2014 George White"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
makefile_engine
haiku_devel
"
PROVIDES="
@@ -22,5 +25,5 @@ BUILD()
INSTALL()
{
mv objects/Weather $appsDir/Weather
cp objects/Weather $appsDir/Weather
}