mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Fixes to weather
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user