From 9dfe2a9d78fae21b5b24f1809169ae1faa810ee7 Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Sat, 17 Jan 2015 22:14:15 +0100 Subject: [PATCH] Add recipe for Niue --- haiku-apps/niue/licenses/Niue | 16 +++++++++++ haiku-apps/niue/niue-20140701.recipe | 41 ++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 haiku-apps/niue/licenses/Niue create mode 100644 haiku-apps/niue/niue-20140701.recipe diff --git a/haiku-apps/niue/licenses/Niue b/haiku-apps/niue/licenses/Niue new file mode 100644 index 000000000..4318b9470 --- /dev/null +++ b/haiku-apps/niue/licenses/Niue @@ -0,0 +1,16 @@ +Niue Development Environment +Copyright 2008 T. Lansbergen, All Rights Reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted for non-commercial use only. + +This software is provided ``as is'' and any express or implied warranties, +including, but not limited to, the implied warranties of merchantability and +fitness for a particular purpose are disclaimed. In no event shall +authors be liable for any direct, indirect, incidental, special, +exemplary, or consequential damages (including, but not limited to, +procurement of substitute goods or services; loss of use, data, or profits; +or business interruption) however caused and on any theory of liability, +whether in contract, strict liability, or tort (including negligence or +otherwise) arising in any way out of the use of this software, even if +advised of the possibility of such damage. diff --git a/haiku-apps/niue/niue-20140701.recipe b/haiku-apps/niue/niue-20140701.recipe new file mode 100644 index 000000000..c74588444 --- /dev/null +++ b/haiku-apps/niue/niue-20140701.recipe @@ -0,0 +1,41 @@ +SUMMARY="An easy to use but powerful development environment" +DESCRIPTION="Niue is an easy to use but powerful development environment for \ +Haiku. It supports project management, syntax highlighting, GUI builder and more." + +HOMEPAGE="https://github.com/HaikuArchives/Niue" +SRC_URI="git+https://github.com/HaikuArchives/Niue#6745dcca121799572d0b4c98f9a006b6a657aac2" +REVISION="1" +LICENSE="Niue" +COPYRIGHT="2008 T. Lansbergen" + +ARCHITECTURES="x86_gcc2" + +PROVIDES=" + niue = $portVersion + app:niue = $portVersion + " +REQUIRES=" + haiku + " +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:make + cmd:gcc + cmd:mkdepend + " + +BUILD() +{ + mkdir Source/obj.x86 + make -C Source $jobArgs +} + +INSTALL() +{ + mkdir -p $appsDir + cp -a Source/Niue $appsDir + addAppDeskbarSymlink $appsDir/Niue +}