Add recipe for Niue

This commit is contained in:
Josef Gajdusek
2015-01-17 22:14:15 +01:00
parent 7d1303b6b6
commit 9dfe2a9d78
2 changed files with 57 additions and 0 deletions

View File

@@ -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.

View File

@@ -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
}