From 26532dc7df7842655e299e583376a3e717a3e0ec Mon Sep 17 00:00:00 2001 From: George White Date: Wed, 3 Dec 2014 17:23:11 +0000 Subject: [PATCH] Added 'weather'. --- app-misc/weather/weather-0.0.1_git.recipe | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app-misc/weather/weather-0.0.1_git.recipe diff --git a/app-misc/weather/weather-0.0.1_git.recipe b/app-misc/weather/weather-0.0.1_git.recipe new file mode 100644 index 000000000..1abb884b4 --- /dev/null +++ b/app-misc/weather/weather-0.0.1_git.recipe @@ -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 +}