Weather: update to the latest revision

This commit is contained in:
Sergei Reznikov
2015-03-02 17:58:58 +03:00
parent 4fefb4764b
commit 9cf70fec8f
2 changed files with 36 additions and 33 deletions

View File

@@ -0,0 +1,36 @@
SUMMARY="A simple weather application"
DESCRIPTION="A small weather application built for GCI."
HOMEPAGE="https://github.com/HaikuArchives/Weather"
SRC_URI="git+https://github.com/HaikuArchives/Weather.git#74a895e"
ARCHITECTURES="x86 x86_gcc2 x86_64"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="
2014 George White
2015 Przemysław Buczkowski
2015 Janus
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
makefile_engine
haiku_devel
"
PROVIDES="
weather
app:Weather = $portVersion
"
BUILD()
{
make $jobArgs OBJ_DIR=objects
}
INSTALL()
{
mkdir -p $appsDir
cp objects/Weather $appsDir
addAppDeskbarSymlink $appsDir/Weather
}