Files
haikuports/haiku-apps/weather/weather-0.1.1_git.recipe
2015-03-10 23:24:21 +03:00

37 lines
624 B
Plaintext

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#a337ad1"
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
}