mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
Merged in atalax/haikuports/niue (pull request #482)
Add recipe for Niue
This commit is contained in:
16
haiku-apps/niue/licenses/Niue
Normal file
16
haiku-apps/niue/licenses/Niue
Normal 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.
|
||||||
41
haiku-apps/niue/niue-20140701.recipe
Normal file
41
haiku-apps/niue/niue-20140701.recipe
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user