From d32932915cfbbd5d523f8df75e74dd65e2cf7024 Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Mon, 19 Jan 2015 22:13:20 +0100 Subject: [PATCH] hdialog: Update --- ...dialog-0.1_git.recipe => hdialog-0.2.recipe} | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) rename haiku-apps/hdialog/{hdialog-0.1_git.recipe => hdialog-0.2.recipe} (52%) diff --git a/haiku-apps/hdialog/hdialog-0.1_git.recipe b/haiku-apps/hdialog/hdialog-0.2.recipe similarity index 52% rename from haiku-apps/hdialog/hdialog-0.1_git.recipe rename to haiku-apps/hdialog/hdialog-0.2.recipe index e4374286c..3d9590c84 100644 --- a/haiku-apps/hdialog/hdialog-0.1_git.recipe +++ b/haiku-apps/hdialog/hdialog-0.2.recipe @@ -1,13 +1,12 @@ SUMMARY="Create GUI dialogs from shell scripts." -DESCRIPTION=" - This tools is able to create various GUI dialogs. This allows for shell \ - scripts to easily integrate to the system and interact with the user. - " +DESCRIPTION="This tools is able to create various GUI dialogs. This allows \ +for shell scripts to easily integrate to the system and interact with the user." HOMEPAGE="https://github.com/atalax/hdialog" -SRC_URI="git+https://github.com/atalax/hdialog#4d64128" +SRC_URI="https://github.com/atalax/hdialog/archive/v0.2.tar.gz" +CHECKSUM_SHA256="77deae4e51f522eb6735d184372222e482edec83f93c8b3ace5d5d2c100e165d" REVISION="1" LICENSE="MIT" -COPYRIGHT="2014 Josef Gajdusek" +COPYRIGHT="2014-2015 Josef Gajdusek" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -22,10 +21,10 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel + " + +BUILD_PREREQUIRES=" makefile_engine - cmd:gcc - cmd:make - cmd:mkdepend " BUILD()