Fixes to weather

This commit is contained in:
George White
2014-12-04 18:28:53 +00:00
parent b1b962b8e6
commit da9e7e495e

View File

@@ -1,7 +1,7 @@
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#657ce8742cfcc84a604353a7107e08d15dff5663"
SRC_URI="git+https://github.com/georgewhite5/HaikuWeather.git#7731be69bbcd1a150a72a631ef84784c842c75ec"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
REVISION="1"
@@ -25,5 +25,7 @@ BUILD()
INSTALL()
{
cp objects/Weather $appsDir/Weather
mkdir -p $appsDir
cd objects*
cp Weather $appsDir/Weather
}