mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Weather: update to the latest revision
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
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#7731be69bbcd1a150a72a631ef84784c842c75ec"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2014 George White"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
makefile_engine
|
||||
haiku_devel
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
weather
|
||||
app:Weather = $portVersion
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make OBJDIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cd objects*
|
||||
cp Weather $appsDir/Weather
|
||||
addAppDeskbarSymlink $appsDir/Weather
|
||||
}
|
||||
36
haiku-apps/weather/weather-0.1.1_git.recipe
Normal file
36
haiku-apps/weather/weather-0.1.1_git.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user